Colors in C++?

D

David Loo

There is no C++ library that supports colour for DOS/Console applications.

Try looking in your Help files for C Library functions for Consoles.

I hope that helps.

David.
 
A

Attila Feher

David said:
There is no C++ library that supports colour for DOS/Console
applications.
[SNIP]

There is (it is called TurboVision, it is from Borland, "portable" versions
of it exist for Linux/Unix as well IIRC), but there is no Standard library
for it.
 
A

Acacia

G++???

PT said:
I think it depends on the compiler...

I used Borland C++ (version 3.0) and I did the colouring, using conio.h
functions. Unfortunately I don't remember the function names any more (I
use g++ now), but I think they were textcolor and textbgcolor, or something
like that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top