Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Greetings

Name: Anonymous 2011-09-23 14:48

Poll: Which one of the following variable naming conventions do you prefer?
A. int VariableName;
A. int variableName;
A. int variable_name;

Discussion: Coding style and conventions.

Name: Anonymous 2011-09-23 15:58

>>9
I think using char* makes it more clear that it's a char-pointer, even though the correct usage is char *, as in char *a, *b;, or char pointer-a, pointer-b;.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List