Changes

Jump to: navigation, search

Team B - OOP344 20133

127 bytes added, 09:26, 19 October 2013
Coding Style and Standards
int _width; // Every object have its own type
char* _pArray; // Pointers should have * part of the type
void display():
};
 
void example::display() { // There will be a space after every function identifier for the definition
}
#endif

Navigation menu