I am tired of this, I have installed several compilers,
pelleC, Code::blocks(MinGW), dev-cpp,and even ms visual studio
and a lot more other compilers,
but when I try to find an open source code on the net and try to compiler it
error clrscr(); not recognized
header file graphics.h not recognized .... ect
most compilers don't support new headers and stuff
what shall I do, what compiler should I use, and if its possible to make my old compilers use graphics.h header and clrscr(); of conio.h function, how?
I searched in the answers here , they said use system("cls"); instead of clrscr();
but calling system is not good,