Thread: clear screen

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    4

    clear screen

    i am a beginner programmer and was just wondering if anyone would care to tell me how to clear the screen then loop it back to the beginning of the program.

    thanks
    -bilt

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    click here and/or here

    as for the loop, just use a loop.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    45
    You can also use the 'goto' command but I dont recommend it, It pruduces crappy code if you use it too much

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. CLear Screen Routine
    By AQWst in forum C++ Programming
    Replies: 4
    Last Post: 12-13-2004, 08:24 PM
  2. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  3. Getting a clear screen...
    By Finchie_88 in forum C++ Programming
    Replies: 13
    Last Post: 09-03-2004, 05:38 PM
  4. Clear Screen Again!!!
    By trang in forum C Programming
    Replies: 3
    Last Post: 12-13-2003, 08:36 AM
  5. Yet another clear screen thread :D
    By kermit in forum Linux Programming
    Replies: 2
    Last Post: 11-20-2003, 05:14 AM