clear screen not working, it requires first definition as i already define header file
#include <iostream.h>
#include <conio.h>
#include <stdlib.h>
int main()
{
clrscr();
getch();
}
Are you using Borland C++ / Turbo C++?
No iam using DEC C++ Bloodshed
Topic archived. No new replies allowed.