Answers for "change color of console characters c++"

C++
1

console colors in C++

//This is one way to do it. Taken from stackoverflow.
system("color 70");
//It just runs a cmd command.
Posted by: Guest on May-27-2020

Code answers related to "change color of console characters c++"

Browse Popular Code Answers by Language