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-24 2:39

>>32
Also, function pointer should look something like this:
char(*)(void) getstr;
Or maybe like this:
char(void)* getstr;

That is my honest opinion.

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