21
edits
Changes
→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 ==