I've looked all over the internet and found many different versions of bool.h, which dev-cpp does not include. Can someone point me to the right(or commonly used) version of bool.h?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've looked all over the internet and found many different versions of bool.h, which dev-cpp does not include. Can someone point me to the right(or commonly used) version of bool.h?
Im not sure what bool.h is for. But if its the BOOL datatype that you are after, u can use windows.h for that, or you can just use...
#define BOOL unsigned short int
Kip