Posts: 151
Threads: 22
Joined: Jan 2011
Reputation:
0
the error is before "enum" so you need a ";" on the line before "enum pInfo" this line if you understand
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
Couldn't it be that the last thing on the Enum called "Cash" it shouldn't have a "," there either?
Posts: 148
Threads: 5
Joined: Jun 2011
Quote:
Originally Posted by getty154
Couldn't it be that the last thing on the Enum called "Cash" it shouldn't have a "," there either?
|
That wouldnt be the error as the found thing is enum meaning its before that as somone posted earlyer that would give him a warning but thats about all it would give him
Posts: 2,640
Threads: 122
Joined: Feb 2010
Reputation:
0
enum pInfo
{
AdminLevel,
eadmin,
Respect,
aHouse,
Job,
Bussines,
Cash
};