Changes

Jump to: navigation, search

Team S - OOP344 20133

194 bytes added, 19:42, 17 October 2013
Coding Style and Standards
== Coding Style and Standards ==
=== Indentation===* Do not use tab character* No Tab Character allowed. (replace tabs with 4 spaces)=== Code Blocks ===* Each object must all braces have its their own type:line<big><syntaxhighlight lang="cpp">int aif(condition){ doSomething();int b}else{ doSomethingElse();CDialog D;}</syntaxhighlight>=== Variable Naming ===<syntaxhighlight lang="cpp">int* pointer; /big/ * is attached to the data type, not the variable name </syntaxhighlight>
== Team Members ==

Navigation menu