Changes

Jump to: navigation, search

Assignment 2 (Release 0.2): Q & A

418 bytes added, 02:46, 3 November 2012
Q & A
'''Q:''' The CField constructor receives a bool value that stores the <u>'''border's'''</u> visibility. The guidelines say that it passes all but one value to its base class constructor, CFrame. However, the CFrame constructor does not take an argument for the border's visibility and only takes one for the frame's visibility. How would we send this as an argument to the base class constructor?<br>
'''A:''' We can use the bordered(bool) function of the CFrame class to assign the border's visibility.<br>'''Submitted by:''' Team 15<br><br> '''Q:''' The CLabel::draw(int) function receives a parameter that indicates the border's visibility i.e. C_NO_FRAME or C_FULL_FRAME. However, the specifications state that a label is never bordered, so how would we make use of the parameter passed through this function?<br>''' Question Submitted by:''' Team 15<br>
'''A:''' <br>
'''Answer Submitted by:''' <br><br>

Navigation menu