What is the header for the function clr() in console apps(MSVC++)?
What does it take to be a good game programmer?
---
Good insight,
good knowledge,
and of course,
big money deposits!
Header Unknown
There is no standard way to clear the screen. It depends on your compiler/OS/etc.. For MSVC++ you can use:
system("cls");
Most other compilers have some form of clrscr() function in conio.h, but MSVC++ doesn''t
MSVC++ 6
DirectX 7
system("cls");
Most other compilers have some form of clrscr() function in conio.h, but MSVC++ doesn''t
MSVC++ 6
DirectX 7
MSVC++ 6DirectX 7
Thanks!
What does it take to be a good game programmer?
---
Good insight,
good knowledge,
and of course,
big money deposits!
What does it take to be a good game programmer?
---
Good insight,
good knowledge,
and of course,
big money deposits!
Wachar's Eternity <-<-<-<-<- Me own site!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement