hab mir ma die zusatzbibliothken für dev-c++ runtergeladen un ein kleines programm zum testen geschrieben...habs genau wie im bsp. aber es kommt bei allen funktionen der fehler:
int main(void) { clrscr(); // clear the screen textcolor(YELLOW); // change textcolor to YELLOW textbackground(BLUE); // change backgroundcolor to BLUE
gotoxy(20, 10); // goto screen position x = 20, y = 10 cout<<"Hello World";