set console text c++ colors code example
Example: console colors in C++
//This is one way to do it. Taken from stackoverflow.
system("color 70");
//It just runs a cmd command.
//This is one way to do it. Taken from stackoverflow.
system("color 70");
//It just runs a cmd command.