Difference between revisions of "Team 2 Bugs Report"
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <u>'''Week 1 - Sept 9 - 15'''</u> | + | == <u>'''Bugs/Problems'''</u> == |
+ | |||
+ | |||
+ | <u>'''Week 1 - Sept 9 - 15 '''</u> | ||
- Memory Map appears after exiting the program in Matrix. | - Memory Map appears after exiting the program in Matrix. | ||
- Visual Studio requires a return value for the function edit. For testing purpose we put "return 0" as the return type. | - Visual Studio requires a return value for the function edit. For testing purpose we put "return 0" as the return type. | ||
− | - Display | + | - The following link contains an image of the memory map problem:[http://s834.photobucket.com/user/kabeerrashid/media/MemoryMap_zpsd92e43b2.jpg.html Memory Map] |
+ | |||
+ | |||
+ | <u>'''Week 2 - Sept 15 - 22 '''</u> | ||
+ | - Cannot get offset to work. | ||
+ | - Function crashes if you go more right beyond the end of the string. | ||
+ | |||
+ | <u>'''Week 3 - Sept 22 - 29'''</u> | ||
+ | - The string's trailing space were replace with current last character of the string. | ||
+ | - Couldn't move beyond the final character within the field length of the string. | ||
+ | |||
+ | == <u>'''Accomplishments'''</u> == | ||
+ | |||
+ | |||
+ | <u>'''Week 1 - Sept 9 - 15 '''</u> | ||
+ | - Display function has been completed. | ||
+ | |||
− | - | + | <u>'''Week 2 - Sept 15 - 22 '''</u> |
+ | - Majority of the edit functions have been completed. | ||
+ | - cursor does not go beyond the end of the string. | ||
+ | |||
+ | <u>'''Week 3 - Sept 22 - 29'''</u> | ||
+ | - Assignment 1 was completed. It has worked on Borland, Visual Studio ,and Matrix. |
Latest revision as of 18:05, 25 September 2013
Bugs/Problems
Week 1 - Sept 9 - 15
- Memory Map appears after exiting the program in Matrix. - Visual Studio requires a return value for the function edit. For testing purpose we put "return 0" as the return type. - The following link contains an image of the memory map problem:Memory Map
Week 2 - Sept 15 - 22
- Cannot get offset to work. - Function crashes if you go more right beyond the end of the string.
Week 3 - Sept 22 - 29
- The string's trailing space were replace with current last character of the string. - Couldn't move beyond the final character within the field length of the string.
Accomplishments
Week 1 - Sept 9 - 15
- Display function has been completed.
Week 2 - Sept 15 - 22
- Majority of the edit functions have been completed. - cursor does not go beyond the end of the string.
Week 3 - Sept 22 - 29
- Assignment 1 was completed. It has worked on Borland, Visual Studio ,and Matrix.