#include <iostream.h>
#include <conio.h>
int main()
{
cout<<"hello";
textcolor(2);
cprintf("hello");
return 0;
}
Errors i am getting : call to undefined function 'textcolor' in function main
call to undefined function 'cprintf' in function main
I am using Turbo c++ 4.5 Windows XP SP2
Also graphics.h header file is not supported and dos.h file is simply have no effect on compilation.
Also this type of code is given in the HELP section of compiler.