Difference between revisions of "BTP300A Team 5 Bugs Report"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
* 13/09 10:00am (Friday), error: name lookup of âiâ changed for ISO âforâ scoping(reported by Dimitri):
 
* 13/09 10:00am (Friday), error: name lookup of âiâ changed for ISO âforâ scoping(reported by Dimitri):
 
** FIXED ON 13/09 BY PAUL.
 
** FIXED ON 13/09 BY PAUL.
** Solution: i variable was declared inside "if" statment
+
** Solution: "i" variable was declared inside "if" statment

Revision as of 10:22, 13 September 2013

  • 9/09 4:00pm (Monday)
    • Started development on Assignment 1
  • 13/09 10:00am (Friday), error: name lookup of âiâ changed for ISO âforâ scoping(reported by Dimitri):
    • FIXED ON 13/09 BY PAUL.
    • Solution: "i" variable was declared inside "if" statment