working on a project on c++ consol application and need to change the color of a specific letter in a text on the output screen
4 example :

VIew
pllz help
thx
:confused:

Use conio.h

TextColor(int)
BackgroundColor(int)

values range from 0-15, with 0 being black and 15 white.Open conio.h and you will find the entire list of colors there. :).Have fun

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.