Aug 1, 2001 #1 PrograMan Programmer Jul 21, 2001 59 US How can I change the color of text in a console program in C++?
Aug 2, 2001 #2 IonelBurtan Programmer May 25, 2001 601 RO Check out the APIs: -FillConsoleOutputAttribute -SetConsoleTextAttribute -WriteConsoleOutputAttribute You can find some samples in MSDN when looking up this keyword. Hope this helps, s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darkness... http://www20.brinkster.com/ionelb Upvote 0 Downvote
Check out the APIs: -FillConsoleOutputAttribute -SetConsoleTextAttribute -WriteConsoleOutputAttribute You can find some samples in MSDN when looking up this keyword. Hope this helps, s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darkness... http://www20.brinkster.com/ionelb