enum
Code:
enum Test{i have try Test.A but not working |
Re: enum
Code:
|
Re: enum
you mean just direct using the member?
that mean i cant have 2 enum with same member name? like: Code:
enum testA{ |
Re: enum
Yes and No,enums are global and the Compiler dont know which member you mean.
If you have 2 enums with same member name you need a specific ident to the enum you want. Here examples what i mean Code:
|
Re: enum
thanks schnitzelmaker, also the answer at another enum topic :wink:
|
| All times are GMT -4. The time now is 22:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.