Difference between revisions of "Assignment 2 (Release 0.2): Q & A"
(Created page with '== Possible Additional Features/Challenging & Interesting Enhancements == === Features Proposed by Team 42 === #Smart word wrapping - Smart wo…') |
(→Possible Additional Features/Challenging & Interesting Enhancements) |
||
Line 4: | Line 4: | ||
#[[:File:Smart_word_wrapping.jpg|Smart word wrapping]] - Smart word wrapping - words are not cut off mid-word while wrapping | #[[:File:Smart_word_wrapping.jpg|Smart word wrapping]] - Smart word wrapping - words are not cut off mid-word while wrapping | ||
− | #Optimization - | + | #Optimization - "test" compiled executables have efficiency issues when moving boxes around |
#Colors - you can add color to the test program if you're making your own main | #Colors - you can add color to the test program if you're making your own main | ||
#Timer - to keep track of how long the user has been running your custom main | #Timer - to keep track of how long the user has been running your custom main | ||
#Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original | #Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original |
Revision as of 10:50, 25 September 2012
Possible Additional Features/Challenging & Interesting Enhancements
Features Proposed by Team 42
- Smart word wrapping - Smart word wrapping - words are not cut off mid-word while wrapping
- Optimization - "test" compiled executables have efficiency issues when moving boxes around
- Colors - you can add color to the test program if you're making your own main
- Timer - to keep track of how long the user has been running your custom main
- Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original