mutombo
04-08-2007, 11:59 PM
I need help with my C++ homework, I understand couple of them but not most of them.
1. make two private enumerated data types that will store name of a color
2. two constructors one accept no formal parameters and sets the flag red and white. second constructors accept two of enumerated data type and set color accordingly.
I did number 1 but i don't understand how to do number 2 can you please help me.
1. make two private enumerated data types that will store name of a color
2. two constructors one accept no formal parameters and sets the flag red and white. second constructors accept two of enumerated data type and set color accordingly.
I did number 1 but i don't understand how to do number 2 can you please help me.
