Color console in ANSI C? -


Is it possible to paint console output in plain ANSI? Without the external library? Can it be done in Windows, Linux, or Mac OS X?

Just plain ANSI?

No standard standard does not assume that the stdout is console or color.

Can it be done in Windows, Linux, or Mac OS X?

Yes. Look for Linux and Mac OS X.

For Windows, you may need to avoid external libraries.


Comments