1
edit
Changes
→Coding Style and Standards
* comment beside function declaration (very brief description)
* comment complex code
==== Header Comments ====
<syntaxhighlight lang="cpp">
/*
filename.cpp
OOP344x - Revision Number
Purpose: brief purpose of the class
Desc: brief description of project
Name: your full name - studentId
Modified: Month xx, yyyy
*/
</syntaxhighlight>
=== Variable Naming ===
* camel case with first letter lowercase in both variables and methods: int numCounter;
}
</syntaxhighlight>
== Tasks ==
{| class="wikitable" border="1" cellpadding="5"