00001 #ifndef kyle_watch_macro_file 00002 #define kyle_watch_macro_file 00003 00004 //Copyright 2002 Kyle Ross, Undergraduate Student of Computer Science, Philosophy, & Logic 00005 00006 #include <iostream> 00007 #define watch(x) (std::cout<<#x<<"="<<x<<std::endl) 00008 00009 00010 #endif 00011