Changes

Jump to: navigation, search

Team S - OOP344 20133

249 bytes added, 17:12, 19 October 2013
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"

Navigation menu