color

how do you change the output color for programs since they all launch in command prompt?

Also, is there a way to get the programs to load in something other than command prompt?
You could try using ASCII colors...I believe those work in the command prompt. And you could use the Windows API to create windows for your program to run in, but that is a lot more complex then just using the command prompt.
use like this
1
2
3
4
5
6
7
8
9
.....
 some code
.....

system("color a");
 .....
 some code
.....
Topic archived. No new replies allowed.