Changes

Jump to: navigation, search

Team G - OOP344 20133

27 bytes added, 21:36, 17 November 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 control structures which are more than 5 lines must be commented
Class Variables:---Begin with _
</syntaxhighlight></big>

Navigation menu