Difference between revisions of "BTP300A A2 Team 1 Weekly Log"

From CDOT Wiki
Jump to: navigation, search
(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 ON 11/4 by James, Tarun, Shawn
+
** 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 ON 11/6 BY James Tarun Shawn
+
** 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 12: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