Changes

Jump to: navigation, search

Team G - OOP344 20133

33 bytes added, 09:00, 19 October 2013
Coding Style and Standards
int b;
CDialog D;
Tab Spaces: ---5;
Class Names:---Start with upper case letter.
Variable names: ---Start with lower case letter. eg: int test;
Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise
Comments:--- Comments go at end of line. End of functions and controll structures must be commented
Class Variables:---Begin with _
</syntaxhighlight></big>

Navigation menu