Open main menu

CDOT Wiki β

Changes

Assignment 1: Q & A

9 bytes removed, 14:22, 17 September 2012
no edit summary
'''Q:''' The parameter insertMode points to a bool variable that holds the current insert mode of the string. Do you want bool==true to be insert or overwrite? It isn't specified anywhere. <br>
'''A:''' Since you're the one using your insertMode variable in your 'other letters' default case, you can set it to whatever you want and treat it as such, simply make sure you're being consistent in your code. Submitted by Team42.<br>
'''Submitted by:''' Daniel Perrone and Michael LaMonaca <br><br> 
== Bug Report ==
[http://oi50.tinypic.com/e7xxxe.jpg After]<br>
When in edit mode and when the cursor is over the second character, and the backspace key is used, the character not only gets deleted but the cursor moves right 4 characters. This is obviously not intentional.<br>
Submitted by Danny Perrone and Michael LaMonaca<br><br>