Changes

Jump to: navigation, search

OOP244 - Success Project Dev Page - 20101

2 bytes added, 21:19, 23 June 2010
m
Part 2- complex functions
| Test 9.23 is currently failing as well. It tests for what values are based on when IsTextEditor is 0 and ESCAPE_KEY is hit. Comment out #defines in iofmain.c if you want to test this one directly.
mjschranz solution: Basically, after reading the instructions a little bit more clearly for ESCAPE_KEY and IsTextEdior being 0 I figured it out. We currently were restoring the string to the previous incarnation of it with the backup, but we had no backup for the offset and curpos values. All I did was make two integer variables for them and then assigned *offset and *curpos to them whenever ESCAPE_KEY was hit and IsTextEditor was 0.  || 06/23/2010 || mjschranz || mjschranz || 06/23/2010
|-
1
edit

Navigation menu