hi,
i want to change the color of the input text with c
i was using :
textcolor(15);
cscanf("%d",d);


but when i execute and start typing there are a problem when i press backspace button to delete what i just typed


if i used just the scanf it will look like this (screenshot)


also i can't use the function "system("COLOR 6C");" because it change the color of all text


all i want is if there are any other way to color the input text


i'm using code::blocks (windows)


(sorry for my bad english)