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:32

>>30
I love you, even though your opinions differ from mine.
Also, I have always found C's type modifier syntax to be confusing. I think the syntax for declaring a variable should be the same as for typecasting to it, like so:
char* c1, c2; // Two pointers to char
int[20] i1, i2; // Two arrays of 20 ints.
. Oh well, maybe I'm just weird.

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