That should be typedef int bool; or whatever way round it goes :pQuote:
Originally posted by filburt1
This is my favorite macro definition set:
No more including bool.h for older C++ libraries! :)Code:#define bool int
#define true 1
#define false 0
And just get a new compiler if it doesn't support bool :D
