class Dude
{
protected:
ThisIsTheVariable flag;
// blah blah
}
Dude.flag = EATING | BREATHING | ALIVE;
... Or something like that.
I'm assuming I need to use a struct or something but I tried that and it didn't work so I'm wondering how anyone else has done/would do it. Thanks in advance.

New Topic/Question
Reply



MultiQuote







|