Hi all,
When I use the textcolor() in a dos program, the color
doesnt change immediately, it registers about halfway through the program, not right before the text i want to color.
textcolor(YELLOW);
cout << "Hello"; // This is not yellow;
..
..
clrscr();
cout << "I am"; // this becomes yellow
Is there a function I can call to change the color immediately or am I missing something all together???
Thanx for your help
Korn
airdevil23@hotmail.com
"procrastination is the key to happiness"
When I use the textcolor() in a dos program, the color
doesnt change immediately, it registers about halfway through the program, not right before the text i want to color.
textcolor(YELLOW);
cout << "Hello"; // This is not yellow;
..
..
clrscr();
cout << "I am"; // this becomes yellow
Is there a function I can call to change the color immediately or am I missing something all together???
Thanx for your help
Korn
airdevil23@hotmail.com
"procrastination is the key to happiness"