O.P. RE: [Release] C/C++ Keywords Script
bool isn't, BOOL is.
The site I got all of them off didn't have bool, and it doesn't act as a keyword in my Visual C++
"undeclaired identifier: bool"
EDIT:
Yes, you are right
typedef enum BOOL { true, false };
something around that. But my Visual C++ library does not show bool as a keyword.
This post was edited on 07-07-2006 at 10:30 PM by Paril.
|