Changes

Jump to: navigation, search

Project A2 20141 - OOP344

321 bytes added, 14:49, 13 March 2014
Functions to be Removed: Clarified that CField::display should also be removed
* void** data()
* const void* pdata() const
* void display(int offset)
** Remove CField::display since it has no place as we use '''draw''' to print to screen. If you've written any code in the display function of CField, CLine, CLabel, CButton, then migrate it to the respective draw function. By the end of this fix, CField::display should '''no longer exist'''.
=== Functions to be Added ===

Navigation menu