Thread
:
C++ help
View Single Post
Reply
Posted 2007-04-23, 11:51 AM in reply to
osmoses-jones
's post
"C++ help"
this what i got so far change it around last code.
#include <iostream.h>
class flag
{
private:
enum color1 {orange, green};
enum color2 {gray, brown};
public:
kconst();
kconst(enum color1,enum color2);
kconst1();
};
flag::kconst1(void)
{
enum color1 { red};
enum color2 {white};
}
Profile
PM
WWW
Search
osmoses-jones