1
edit
Changes
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 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 ON 11/4 by James, Tarun, Shawn
** Solution: Re-wrote hide function
* 11/14: inner box limit errors.
** Reported by: Tarun
** FIXED ON 11/6 BY James Tarun Shawn
** Solution: Modified draw function to have more exceptions
* 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 ON 11/4 by James, Tarun, Shawn
** Solution: Re-wrote hide function
* 11/14: inner box limit errors.
** Reported by: Tarun
** FIXED ON 11/6 BY James Tarun Shawn
** Solution: Modified draw function to have more exceptions