"A colored console"


Screenshot

 

Function set for C and capsulated C++ class for colored console output as an improvement of the cout stream classes - implements some of the still missed old conio.h file.

Project "c_demo" contains the C version and project "cpp_demo" contains the C++ version.

No ANSI.SYS necessary

System: Win32

Tested on Visual C++ 6 / w2k

Version 1.00 / May 5th, 2001

marcus@baeckmann.de
www.c-plusplus.de

Rights/Permissions: use it how you want - private or commercial, anything allowed. But no warranty for function and errors of this piece of code. And don't say you built it if you're a student at a school or university... instead say "I found it in the web". ;)

C++-Version contains files:

col_iostream.cpp class implementation
col_iostream.h class definition
main.cpp simple and silly demo

C-Version contains files:

col_conio.c function implementation
col_conio.h function definition
c_demo.c simple and silly demo