Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wondering how or if you can change the font type/size and color in a regular c++ console window. If so please include appropiate header(s). using VC6
I don't know about fonts, but you can change color by using WriteConsoleOutputAttribute and WriteConsoleOutputCharacter. /moliate
WriteConsoleOutputAttribute
WriteConsoleOutputCharacter