Changes

Jump to: navigation, search

Team S - OOP344 20133

41 bytes added, 20:06, 17 October 2013
Coding Style and Standards
* asterisk of a pointer will be attached to the type, not the variable name: int* pointer;
* extern prefix: extern int _externInt;
* static prefix: static int s_staticInt;
=== Code Blocks ===
* all braces have their own line

Navigation menu