Quote:
|
Originally Posted by Raven_Writer
Code:
typedef enum{
true = 1, false = 0
} bool;
|
According to one of my programming mentors, enums don't work with this compiler. I didn't actually try it myself, but I trust him enough to think he did it right.

It was also on the edubot, preseason. But, the compilers the same, so if it didn't work on one, it probably won't work on the other.