1
edit
Changes
→Coding Style and Standards
int _a; // member variables should start with an underscore
int _arraySize // use meaningful names for variables when applicable and use camel notation
char* pArray_pArray; // pointers should have '*' part of the type
};
</syntaxhighlight></big>
== Team Members ==
{| class="wikitable sortable" border="1" cellpadding="5"