Answers for "how to make a color background in c++ console"

C++
2

c++ console color

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

Code answers related to "how to make a color background in c++ console"

Browse Popular Code Answers by Language