Changes

Jump to: navigation, search

Assignment 2 (Release 0.1): Q & A

674 bytes added, 18:22, 2 October 2012
no edit summary
'''Q:''' In the functions void row(int) and void col(int), are we receiving the values of row and column respectively that are relative to the parent frame or relative to the console screen?<br>
'''Question Submitted by:''' Gideon Thomas and Marie Karimizadeh<br>
'''A:'''In a CFrame class description most modifiers came in pairs with queries, like <source lang=cpp> void row(int) - sets the top row to the value received int row() const - returns the top row position relative to the parent frame, if any; 0 if fullsreen   void col(int) - sets the left column to the value received int col() const - returns the left column position relative to the parent frame, if any; 0 if fullsreen </source> So it's safe to assume that modifiers void row(int) and void col(int) will receive coordinates of top-left corner (row and col respectively) of a current frame relative to a parent frame.<br>'''Answer Submitted by:''' 010101000110010101100001011011010011010000110010 <br><br>
== Bug Reports ==

Navigation menu