1
edit
Changes
→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>