Subj : writing OOP, but with color To : borland.public.cpp.borlandcpp From : "Rob C." Date : Sun Oct 12 2003 04:57 pm EasyWin windows I can use color on the DOS platform, but I’m stuck because all the color functions I’m familiar with (textcolor, textbackgroundcolor, cprintf, etc.), are not available on the windows platform, and OOP doesn't seem to work on other platforms. Do you have any ideas? Are there other functions I’m not aware of? If you tell me the generic code to write a color function, I could write my own color-class. .