Changes

Jump to: navigation, search

Team B - OOP344 20133

2 bytes added, 15:53, 16 October 2013
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"

Navigation menu