100
edits
Changes
no edit summary
* cl command was giving a warning which was resolved with the use of the /EHsc option at the end of the command
* After typing/deleting a character in the entry field, the screen was not updated properly. This was due to the fact that ''strOffset'' and ''curPosition'' were not incremented/decremented properly
* The "application" had a runtime segmentation fault. This was because the string buffer was not allocated large enough.
* testing is complete
* finalizing comments before submission
* the "application" was created and tested