Firstly, an enumeration is "normal C++". I think what you teacher wants is to convert that into a list of constants rather than letting the anonymous enumeration do that work for you. You'll need to make them const ints and assign them some arbitrary different values. If you have problems doing this, you should post the relevant code and the errors.