PDA

View Full Version : background color


Xiang
05-19-2003, 03:07 PM
Dear sir,

In the C programming, how can I manipulate the screen background color.


Thanks

Xiang

maes
05-20-2003, 12:55 PM
You're using a dos compiler right?

try this (it's been a while):

BackgroundColor(BLUE);
clrscr();