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


class ThisIsAClass {
    public:
        int ThisIsNotAClass;

        void ThisIsNotAClassEither()
        {
        }
};

...
ThisIsAClass* c = new ThisIsAClass;
c->ThisIsNotAClass = *(new int);
c->ThisIsNotAClassEither = (void(*)())new int; // oh shit nigga what are you doing

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