Question about clrscr();
-
Hi,
please can you answer me following answer ?
- when I'm using function clrscr() what library do I need to have ? Is it
conio.h ?- If yes that my conio.h doesn't support clrscr() function - is it possible ?
- Where can I get the right conio.h ? (where can I download it ?)
Many Thanks
-
Hi,
afaik is the clrscr() function only avaiable if you use the borland builder!
greets
-
Thanks,
but my question was that what library do I have to define if I wan't to use clrscr() and can I get it.
-
Which Compiler do you use ?
Under MS VC it is system("cls");Devil
-
I'm using:
One of Digital Mars C/C++ Compilers.
Exactly: Digital Mars Compiler Version 8.38n
-
Notice,
it isnt' C++ standard.
greet, MAV
-
rainrunner schrieb:
please can you answer me following answer ?
No but I can try to answer your questions
when I'm using function clrscr() what library do I need to have ?
A library defining the function clrscr.
Is it conio.h ?
Since conio.h is no library at all (it is only a header file), no.
Where can I get the right conio.h ? (where can I download it ?)
Don't know. But maybe you want to take a closer look at Marcus' Imprioved Console.
-
Dieser Thread wurde von Moderator/in HumeSikkins aus dem Forum C++ in das Forum DOS und Win32-Konsole verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.