Difference between revisions of "BTP300A A2 Team 1 Weekly Log"
(Created page with '==Week 6== * 10/16: scope errors ** Reported by: James ** Solution: add cio:: ==Week 7== * 10/20: undeclared variables ** Reported by: Paul ** FIXED ON 10/23 by Shawn ** Sol…') |
(→Week 11) |
||
Line 22: | Line 22: | ||
* 11/14: crazy display errors (random characters would be displayed all over when the box moved ultimately leading to a crash) | * 11/14: crazy display errors (random characters would be displayed all over when the box moved ultimately leading to a crash) | ||
** Reported by: James | ** Reported by: James | ||
− | ** FIXED | + | ** FIXED by James, Tarun, Shawn |
** Solution: Re-wrote hide function | ** Solution: Re-wrote hide function | ||
* 11/14: inner box limit errors. | * 11/14: inner box limit errors. | ||
** Reported by: Tarun | ** Reported by: Tarun | ||
− | ** FIXED | + | ** FIXED BY James Tarun Shawn |
** Solution: Modified draw function to have more exceptions | ** Solution: Modified draw function to have more exceptions |
Latest revision as of 11:39, 15 November 2013
Week 6
- 10/16: scope errors
- Reported by: James
- Solution: add cio::
Week 7
- 10/20: undeclared variables
- Reported by: Paul
- FIXED ON 10/23 by Shawn
- Solution: forgot to define variables in cframe.h
Week 8
- 10/20: dynamic memory allocation error
- Reported by: Shawn
- Solution: added delete []
Week 11
- 11/14: crazy display errors (random characters would be displayed all over when the box moved ultimately leading to a crash)
- Reported by: James
- FIXED by James, Tarun, Shawn
- Solution: Re-wrote hide function
- 11/14: inner box limit errors.
- Reported by: Tarun
- FIXED BY James Tarun Shawn
- Solution: Modified draw function to have more exceptions