- Code: Select all
enum States {
pre=-1;
initial=0,
authenticated=1,
bad_auth=2,
character_select=3,
playing=4
};
This code's compiler error message needs revised.
enum States {
pre=-1;
initial=0,
authenticated=1,
bad_auth=2,
character_select=3,
playing=4
};
Users browsing this forum: No registered users and 1 guest