Open main menu

CDOT Wiki β

Changes

Assignment 1 (Fall 2013) Q & A

300 bytes added, 22:08, 29 September 2013
no edit summary
Q12: HINT - When following the instructions and you get to the Line that says <u>'''Press C, End, Backspace 4 times, 1, 2, Home, Enter'''</u> it '''MEANS to change the lower case c to an UPPER case C''' (Team 4)
* nevermind, realized the cursor is suppose to start off at the letter c (index = 2)
 
Q13: Wondering why in the a1test.cpp the in and out strings are the same, is that supposed to be the case? since the instructions tell you to change it back shouldn't it be different?
 
*Answer: when you Escape it should revert the string back to the original string. Then it compares the to make sure the string is unchanged which is testing that your escape button is working properly. (Team 4)
 
 
== Features/Assignment Information ==
* USEFUL DIAGRAM - we found this posted from a previous class... we found it helpful to help understand the curPosition and the strOffset (Team 4)
[[Image:A1_Diagram.png|thumb|1000px| ]]
 
Q13: Wondering why in the a1test.cpp the in and out strings are the same, is that supposed to be the case? since the instructions tell you to change it back shouldn't it be different?
1
edit