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...