Welcome, Guest. Please login or register.

Author Topic: Basic C programming  (Read 2353 times)

0 Members and 1 Guest are viewing this topic.

Offline DBag

Basic C programming
« on: September 08, 2013, 12:59:35 AM »
So I am taking Basic C so any questions anyone has It would be nice for the people that know how to program to help us out with this. I know I will be posting questions about it here soon
My message of love is carved into every bullet I shoot at you <3


Offline Burgers-13

Re: Basic C programming
« Reply #1 on: September 08, 2013, 04:22:44 AM »
actually ima do the same on this thread,, since we share majors

so far i just started with dream weaver, its for web design but i try to use it for coding to see how things looks. tho i would try to learn html 5 since technically it seem to be moving that direction.. umm yeah

Conjoint Gaming [Game On]

Re: Basic C programming
« Reply #1 on: September 08, 2013, 04:22:44 AM »

Offline DBag

Re: Basic C programming
« Reply #2 on: September 10, 2013, 04:32:15 PM »
So something you may need to know is that this EX: if (statement);
That semicolon is a no no.                                           else

Correct way.

if (statement)
   else;

Never use a semicolon after an if statement. you can after else only because it is declaring what to do in the event that the if statement is false, or does not meet all the criteria that has been assigned to the statement.

And question to someone who may know this. for the life of me I cannot remember what the % sign represents. I know what to do with it but if someone could remind me what is means that would be helpful.
« Last Edit: September 10, 2013, 04:33:54 PM by DBag »
My message of love is carved into every bullet I shoot at you <3


Conjoint Gaming [Game On]

Re: Basic C programming
« Reply #2 on: September 10, 2013, 04:32:15 PM »

 


* ShoutBox!

Refresh History

SimplePortal 2.3.5 © 2008-2012, SimplePortal