1 min read
Display color output with C/C++ in the Windows terminal (fixing printed escape characters)
Making ANSI escape colors work in the Windows console from C/C++ with ENABLE_VIRTUAL_TERMINAL_PROCESSING, instead of printing raw escape characters.