Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's Wrong Here?
Message
General information
Forum:
Visual C++
Category:
Coding, syntax & commands
Title:
What's Wrong Here?
Miscellaneous
Thread ID:
00549825
Message ID:
00549825
Views:
47
I want to do a DOS CLS command in JAVA. Since it seems to be
impossable in JAVA, somone suggested writing a C++ EXE that
clears the screen, then calling it from JAVA. Great idea, except
that I can't get this to work:


#include
void main()
{
clrscr();
}



I'm not a C/C++ developer, so I have no idea why this isn't compiling.
Any help would be great.

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform