compiling
you might be getting an error with
'list' in it, change it to '_list'
and '.clear()' needs to be '.erase()' in a few functions.
-edit-
some functions that have .clear() is right, only change the errors.
and for some reason there is a blank line for every line of code...odd
-edit-
added doors.cpp and doors.h to the project
its either door.cpp.h or doors.cpp.h
other than that what errors?
|