+ 3
How to clear screen in c++
8 Antworten
+ 3
@Martin
Here's something shocking - https://turboc.codeplex.com/
This person describes a way to run Turbo C++ on a Windows 10 PC ...
Im shocked. These people then post videos for the same, still continuing the old Turbo standards and spoiling the name of C++.
These are the people who live in the past, and consider C++ a dying language...
+ 1
clrscr();
and Don't forget to include conio.h header file.
0
I m only using clrscr(); so i mgetting problem
0
Thanks for helping
0
Even you can use system("cls") ;
- 1
for turbo c++ compilers use clrscr() method predefined in the conio.h header file
and for dev c++ compilers you actually dont need to clear screen it automatically do it if you want to you do it by using system ("cls")
Hope it helps!
Thank You
- 2
Ok thanks
- 4
clrscr ();