Subject: Vacuum Date: Tue, 11 Feb 2003 13:10:58 -0500 From: ssoule@marlboro.edu To: mahoney@marlboro.edu I'm a little stuck on the Vacuum Cleaner World project. Since it was supposed to be all tied up by today, I'm not sure what you want to do about this. Sorry that this is so behind, I've been playing catchup in several of my classes. If you want to check the code out, it's in my cs/html folder. See you in a few, - Sam ------------- If questions had come before the due date, I'd have been more sympathetic. But as it is, this is a "D" level work. In particular Yes: * a start at a program that implements the vacuum world. No: * Little documentation: ** no readme.txt overview ** no API defining what the pieces do ** no instructions or test cases * doesn't compile * unfinished --------------------------------------------------- [mahoney@cs ssoule]$ make vacuum g++ vacuum.cpp -o vacuum vacuum.cpp: In function `void run_rand_vac(agent)': vacuum.cpp:77: cannot call member function `void world::move_forward(agent)' without object vacuum.cpp:79: cannot call member function `void world::turn_left(agent)' without object vacuum.cpp:81: cannot call member function `void world::turn_right(agent)' without object vacuum.cpp:83: cannot call member function `void world::eat_here(agent)' without object vacuum.cpp:85: cannot call member function `void world::move_forward(agent)' without object make: *** [vacuum] Error 1 [mahoney@cs ssoule]$