Off Topic > Off Topic

About C language.

Pages: << < (2/7) > >>

Maor:


--- Quote from: doomonkey on September 15, 2009, 09:25:12 AM ---C# or C++?

--- End quote ---
C you dumbforget.
I would of wrote c# or c++ if I wanted those.


--- Quote from: willhideho on September 15, 2009, 12:19:33 AM ---So they offer C coding language classes at your school? That's awesome. Where do I find these classes?

--- End quote ---
Its a part of our electronics program.

Doomonkey:


--- Quote from: Maor on September 15, 2009, 09:36:37 AM ---C you dumbforget.
I would of wrote c# or c++ if I wanted those.

--- End quote ---
U mad?
Way to rage at a person that didn't know.

Maor:


--- Quote from: doomonkey on September 15, 2009, 09:39:59 AM ---U mad?
Way to rage at a person that didn't know.

--- End quote ---
Sorry, kind of raging today.
Excuse me.

E_net4:

Another tip for you: Remember to comment your code.

--- Code: ---int lolwut(){
 /* this is
a multi-line
comment
-------------------
THIS

IS

SPARTA!
*/
 killbadguize(43,10); //this kills bad guy 43 for reason number 10
}
--- End code ---
:cookieMonster:

On a serious note, it is best to keep your code with comments, so that you know what it does after months working on it.

Chrono:


--- Quote from: E_net4 on September 15, 2009, 09:50:04 AM ---On a serious note, it is best to keep your code with comments, so that you know what it does after months working on it.

--- End quote ---
That's the different side of me. I can read code like it's a book written in English.
Problem is, that because of this, I do not write comments. When people look at my code, they have no idea what I did.

Pages: << < (2/7) > >>

Go to full version