1
edit
Changes
→Coding Style and Standards
Not Accepted int *number;
</syntaxhighlight>
* Varaible spacing
<syntaxhighlight lang="cpp">
a=b+c;
</syntaxhighlight>
* Formatting of condition blocks
<syntaxhighlight lang="cpp">
/********************************************
Filename: filename.cpp (or .h)Description: Small description of the purpose
Section: OOP344x (x for Section)
Name: Firstname Lastname
Student Id: 123-456-789