PDA

View Full Version : Font and BG color


IanM626
09-15-2010, 01:02 AM
I was just wondering how I would go about changing the font and BG color in C++:confused:. help would be greatly appreciated.

oracleguy
09-15-2010, 01:49 AM
Depends on the platform, Unix & Linux versus Windows. What OS are you using?

Shyama_Mukherji
09-15-2010, 08:41 AM
Study the graphics functions in turbo c++ for font and bg color settings

johnmethew
09-15-2010, 12:06 PM
first of all you had to include the graphics library. Then learning graphics functions in help of turboo c++ u can easily tackle the situation.

IanM626
10-17-2010, 04:08 PM
My OS is Windows 7, so I have standard Windows and Dev-C++ libaries