Changes

Jump to: navigation, search

Assignment 2 (Release 0.2): Q & A

4 bytes removed, 01:04, 13 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 does not apply to the CLabel /CButton class constructor, it will now still take a const char* str argument instead of const char* str. - Team 15
'''Answer Submitted by: pliu''' <br><br>

Navigation menu