You mean in a console application?
Try issuing the command "cls" I think in C++ you can do:
not sure tho
i already saw that but many people say it is unsafe

I don't think it's unsafe. The point is that it's only compatible with windows
It's as unsafe as running external programs can be - if someone puts a malicious cls.exe with your app, your app will run that instead of the system cmd.
Ah, that makes sense

Didn't think of that, good one
Hmm, maybe you could try some sort of "curses" like thing for windows.
You can compile Lua to standalone executable ;O Thats pretty awesome

Actually that's the primary mode of distribution for Lua. It even has a plugins system that way, I believe it is called LuaRocks; you can download and install various packages for quite a lot of functionality - sockets, db access, xml parsing...