Getting output in a new screen?

How do you get it so the user inputs information in one screen then when they are done the screen only shows the output information (in this case a contact card) without seeing the info they entered on top?
What is your "screen"? Console/terminal or an actual window?
If you mean clear the screen you could use system("CLS"); but it is highly unrecommended that you do it this way.

There is another more secure way to do it but I can't remember it from the top of my head. I'm sure someone on the forums knows the code :)
There is an article on this site all about clear screen.

If you mean output to a different console, well that would be tricky. You might need a GUI app for that.
Topic archived. No new replies allowed.