I want to change the color of the text in c++.
I am using Turbo c++ 4.5 and Windows XP.
I have used that textcolor(14) type code but it didn't work.
It says : Call to undefined function "textcolor" in function main
I have included header files iostream.h, conio.h, windows.h, dos.h.
Please suggest me the code which i can use to change the text color.