While programming C on the old Turbo C++ compiler I can use the clrscr() method of the "conio.h" header file but not on Dev C++ 5.4.2.(It gives an unusual error Id returned 1 exit status. Although it has nothing to do with the clrscr() and When I removed the clrscr() statement it works perfectly fine! ) So, has the method clrscr() method got deprecated. What is the meaning of the error ?
One more question is "are compiler and library of a language associated".
So for a particular compiler a corresponding library is like binded to it.