Published

Fri 29 Nov 2013 @ 10:12 PM

←Home

Replacement to System("color")

Some time ago I wrote a little code example as an answer to a question at the Stack Overflow website. The original question and answers can be found at the following link: Replacement to System("color")

In short, the person wanted a simple function that would change the entire background color of a Windows console mode buffer, something that does not exist in the Windows API. My implementation demonstrated how to use the functions provided by the Windows API to build the "simple" function requested.

Go Top