Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's Wrong Here?
Message
Information générale
Forum:
Visual C++
Catégorie:
Codage, syntaxe et commandes
Titre:
What's Wrong Here?
Divers
Thread ID:
00549825
Message ID:
00549825
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform