HiGuys,
I want ot extend or inhertis enums.
But no idea how i can be .
Can anyoen please help to resolve my problem.
For Example Base class enum is define as follows
ESKUVerificationMode;
and there is one varible of type
ESKUVerificationMode m_SKUVerificationMode;
now i want to take one enum in derived class so that i can assign the new value
to this varible.
something like
typedef enum {SKU_QUANTITY};
and m_SKUVerificationMode = SKU_QUANTITY;
Currently i am gettign error, cannot convery from this to ESKUVerificationMode .
Thanks,
Girish
typedefenum{ NO_SKU, KEY_QUANTITY, SCAN_UNITS }
Explore and discover exciting holidays and getaways with Yahoo! India
Travel http://in.travel.yahoo.com/
[Non-text portions of this message have been removed]