HOW TO CHANGE COLOR IN C++

C

Ch. Zeeshan Nasir

can any one tell me how can i change text color in c++. i hav tried
everything
textcolor(7)
setcolor(7)
but everytime i type this compilor gives error
textcolor/setcolor is undefined variable. i hav include
conio.h
in my code but nothing is working. i will be thankful if u can reply
me on my email address (e-mail address removed), (e-mail address removed)
thank you
 
A

Attila Feher

Ch. Zeeshan Nasir said:
can any one tell me how can i change text color in c++. i hav tried
everything
textcolor(7)
setcolor(7)
but everytime i type this compilor gives error
textcolor/setcolor is undefined variable. i hav include
conio.h
http://www.comeaucomputing.com/techtalk/#changecolor

in my code but nothing is working. i will be thankful if u can reply
me on my email address (e-mail address removed), (e-mail address removed)

Post here, read here
 
S

Stewart Gordon

While it was 16/9/03 2:57 pm throughout the UK, Ch. Zeeshan Nasir
sprinkled little black dots on a white screen, and they fell thus:
can any one tell me how can i change text color in c++.

Text colour isn't a standard C++ concept. Nor is any device-dependent
I/O feature.

i hav include
conio.h
in my code but nothing is working.

conio.h isn't a standard C++ header.

Try asking in a 'group related to your compiler.
i will be thankful if u can reply
me on my email address (e-mail address removed), (e-mail address removed)
thank you

Posted and mailed this once. Meanwhile, please read
http://www.cs.tut.fi/~jkorpela/usenet/mail-responses.html

Stewart.
 

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,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top