Difference between revisions of "BTP300A Team 8 Bugs Report"
(Created page with '==Week 1== *9/10 (Tuesday): When testing display function, output is generated but program terminates instantly(reported by Rafid daoud) ** FIXED ON 9/11 BY Rafid. ==Week 2 == …') |
Rafid Daoud (talk | contribs) (→Week 3) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
*9/10 (Tuesday): When testing display function, output is generated but program terminates instantly(reported by Rafid daoud) | *9/10 (Tuesday): When testing display function, output is generated but program terminates instantly(reported by Rafid daoud) | ||
** FIXED ON 9/11 BY Rafid. | ** FIXED ON 9/11 BY Rafid. | ||
+ | ** Solution: added '''console.pause()''' | ||
==Week 2 == | ==Week 2 == | ||
Line 8: | Line 9: | ||
*9/18 (Wednesday): explicit qualification in declaration (reported by Arnold Goncharenko) | *9/18 (Wednesday): explicit qualification in declaration (reported by Arnold Goncharenko) | ||
** FIXED ON 9/20 BY Arnold | ** FIXED ON 9/20 BY Arnold | ||
+ | ** Solution: added '''namespace cio {... code ...}''' in the header file | ||
+ | |||
==Week 3 == | ==Week 3 == | ||
− | *9/25 (Wednesday): Segmentation fault upon pressing HOME(reported by Arnold Goncharenko) | + | *9/25 (Wednesday): Segmentation fault upon pressing HOME (reported by Arnold Goncharenko) |
+ | ** FIXED ON 9/29 BY Rafid | ||
+ | ** Solution: added '''return key; to the end of the edit function | ||
+ | |||
+ | *9/29 (Sunday): pointer arithmetic warning (reported by Rafid) | ||
+ | ** FIXED ON 9/29 BY Rafid | ||
+ | ** Solution: set the pointer to '''0 rather than NULL |
Latest revision as of 22:33, 29 September 2013
Week 1
- 9/10 (Tuesday): When testing display function, output is generated but program terminates instantly(reported by Rafid daoud)
- FIXED ON 9/11 BY Rafid.
- Solution: added console.pause()
Week 2
- 9/18 (Wednesday): explicit qualification in declaration (reported by Arnold Goncharenko)
- FIXED ON 9/20 BY Arnold
- Solution: added namespace cio {... code ...} in the header file
Week 3
- 9/25 (Wednesday): Segmentation fault upon pressing HOME (reported by Arnold Goncharenko)
- FIXED ON 9/29 BY Rafid
- Solution: added return key; to the end of the edit function
- 9/29 (Sunday): pointer arithmetic warning (reported by Rafid)
- FIXED ON 9/29 BY Rafid
- Solution: set the pointer to 0 rather than NULL