Changes

Jump to: navigation, search
Created page with '=== Indentation === * No Tab Character allowed. (replace tabs with 2 spaces) * 2 spaces for indentation === Blocks === <big><syntaxhighlight lang="cpp"> if(condition) { whatever…'
=== Indentation ===
* No Tab Character allowed. (replace tabs with 2 spaces)
* 2 spaces for indentation
=== Blocks ===
<big><syntaxhighlight lang="cpp">
if(condition) {
whatever;
}
</syntaxhighlight></big>
=== Variable Naming ===
* Each object must have its own type
=== Class Naming ===
* Use the class name for the name of the file but make sure it is all lowercase

Navigation menu