Changes

Jump to: navigation, search

Team G - OOP344 20133

9 bytes added, 15:55, 29 October 2013
Coding Style and Standards
Multiple word Function/Method names:--- Start with lower case and then following words start with upper case. eg: char getData();
Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise
Comments:--- Comments go above or at end of line. End of functions and controll structures must be commented
Class Variables:---Begin with _
</syntaxhighlight></big>

Navigation menu