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