Open main menu

CDOT Wiki β

Changes

Assignment 1: Q & A

360 bytes added, 14:05, 17 September 2012
no edit summary
== Q & A ==
 
'''Q:''' What is the difference between terminating and aborting editing?<br>
'''A:''' Terminating editing allows for the edited text to be saved, aborting it reverts the string to the original version.<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>
 
 
== Possible Additional Features: ==
 
 
1 - Dumb word wrapping - cut off string at the end of line and wrap it (Proposed by Team42)
 
2 - Smart word wrapping - words are not cut off mid-word while wrapping (Proposed by Team42)
 
3 - Optimization - the 'test' compiled .exe has efficiency issues when scrolling around the string (Proposed by Team42)