Search:
Forum
Beginners
clear screen not working, it requires fi
clear screen not working, it requires first definition as i already define header file
toseefasim
(14)
Feb 3, 2013 at 12:40pm UTC
#include <iostream.h>
#include <conio.h>
#include <stdlib.h>
int main()
{
clrscr();
getch();
}
ajh32
(163)
Feb 3, 2013 at 1:20pm UTC
Are you using Borland C++ / Turbo C++?
toseefasim
(14)
Feb 3, 2013 at 1:35pm UTC
No iam using DEC C++ Bloodshed
Registered users can post here.
Sign in or register
to post.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs