Someone know what is difference between C and C++ when they define and use Enumeration ???
Please help!
Thanks in advance
The Man
This is a discussion on Enumeration in C and C++ within the C Programming forums, part of the General Programming Boards category; Someone know what is difference between C and C++ when they define and use Enumeration ??? Please help! Thanks in ...
Someone know what is difference between C and C++ when they define and use Enumeration ???
Please help!
Thanks in advance
The Man
When you use class objects you have to overload the increment operator (++) so that it returns an enumerated type.
This link might help.
zen