Changes

Jump to: navigation, search

Teamp Page Template - OOP344 20133

177 bytes added, 11:22, 15 October 2013
Coding Style and Standards
== Coding Style and Standards ==
* No Tab Character allowed. (replace tabs with spaces)
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">
int a;
int b;
CDialog D;
</syntaxhighlight></big>
== Team Members ==

Navigation menu