Quote Originally Posted by MrDeath View Post
thx for the info... btw isnt bool==int in c++?
As I know that was true in the early times of C (before C99). In C++ bool is a native data type with a lot of implicit conversions.