Changes

Jump to: navigation, search

Assignment 2 (Release 0.2): Q & A

144 bytes added, 19:20, 5 November 2012
Q & A
'''Question Submitted by:''' Team 15<br>
'''A:''' Good observation! Declare the data parameter without using the const keyword. Indeed, the data parameter should NOT be declared as a const string because it could be EDITED! <br>
* Adding to that, the same applies to the CLabel class constructor, it will now take a char* str argument instead of const char* str. - Team 15
'''Answer Submitted by: pliu''' <br><br>

Navigation menu