Results 1 to 9 of 9

Thread: [RESOLVED] Clear Screen

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444

    [RESOLVED] Clear Screen

    I got loads of questions today So how do I clear the screen? I found

    Code:
    #include <stdlib.h>
    int main()
    {
        system("cls");
    }
    But is that the best way to do it?
    Last edited by Rick Bull; Sep 14th, 2002 at 02:17 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width