clear screen not working, it requires first definition as i already define header file

toseefasim (14)
#include <iostream.h>
#include <conio.h>
#include <stdlib.h>

int main()

{


clrscr();

getch();
}
ajh32 (163)
Are you using Borland C++ / Turbo C++?
toseefasim (14)
No iam using DEC C++ Bloodshed
Registered users can post here. Sign in or register to post.