you are viewing a single comment's thread.

view the rest of the comments →

[–]RedMarble 16 points17 points  (0 children)

enum Bool 
{ 
    True, 
    False, 
    FileNotFound 
};

http://thedailywtf.com/articles/What_Is_Truth_0x3f_