I know the function textcolor() included in conio.h in borland compiler.
but this function is not present in vc++. also if you can provide me the text formatting functions,or header file containing it. i will be very thankful.......so please help me......thanks

Recommended Answers

All 5 Replies

system("color 0C");
THIS FUNCTION TO USE
0...9 ->BACKGROUNDCOLOR
A,B..F->TEXTCOLOR

system("color 0C");
THIS FUNCTION TO USE
0...9 ->BACKGROUNDCOLOR
A,B..F->TEXTCOLOR
BY
MANIMURUGAN

Actually 0-9 A-F can be used for both background and text-color

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.