This is a discussion on Overloading Enumerated Types? within the C++ Programming forums, part of the General Programming Boards category; How do you overload an enumerated type? For example: Code: #include<iostream> using namespace std; enum example operator++(enum example& rs,int) { ...