A
Adie
How do I clear the screen?
Adie said:How do I clear the screen?
Mike said:[Paraphrasing the little boy in "The Matrix"]:
There is no screen.
Adie said:How do I clear the screen?
Ioannis Vranos said:Mike said:[Paraphrasing the little boy in "The Matrix"]:
There is no screen.
A better answer would be: "Follow the white rabbit".
Mike said:Adie said:How do I clear the screen?
[Paraphrasing the little boy in "The Matrix"]:
There is no screen.
-Mike
Ioannis said:There is no standard way either in C++ or .NET Console. You can use
<cstdlib>
std::system("cls");
if you are targeting Windows/.NET.
Adie said:i am targetting c++ thank you iyounis.
Mike said:Here, when we say 'target' we're talking about
a particular 'platform' (combination of hardware,
operating system, etc.), e.g. Microsoft Windows
on an Intel CPU. C++ isn't a 'target', it's
the 'arrow'.
-Mike
Adie said:I have no arrows in my c++ mike, only .net I think. though thank you for
your assistance.
++metafree ?Mike said:Have you ever heard of a metaphor?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.