Answers for "c++ change terminal color"

C++
2

c++ terminal color

SetConsoleTextAttribute(console, ((int)background * 16) + (int)forground);
Posted by: Guest on May-29-2021

Code answers related to "c++ change terminal color"

Browse Popular Code Answers by Language