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 returne
please include stdlib.h file and then call system("cls") and enjoy.
#include system("cls");