Contents Previous Next

Variables and Class/Structure/Union Members

Each variable or member must be declared on a separate line and must be immediately followed by a comment describing the variable or member, as follows:

    int this_variable;   /* The current state of this */
    int that_variable;   /* The current state of that */

Contents Previous Next