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