Thread: system() help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ------------
    Join Date
    Jun 2005
    Posts
    79

    system() help

    Ok, i decided to start on my mud (which is comming easier than i expected BTW...) and im trying to make it write to a file but i keep getting errors trying to clear the screen and pause the screen... i looked on google and the websites said to use:
    Code:
    system("PAUSE");
    
    and
    
    system("CLR");
    but that just gives an error... anyone know how to do it?
    Last edited by Goosie; 06-23-2005 at 04:26 PM. Reason: wrong title :D stupid me...
    CAUTION: Newbie at programming!
    -------------------------------------------------
    Thanks everyone who helped me with all the questions, and utter lost-ness i happen to have... it is VERY VERY much appreciated

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File System Implementation
    By dodgeviper in forum C Programming
    Replies: 9
    Last Post: 11-16-2007, 01:04 PM
  2. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  3. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  4. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM
  5. Number system base M, print numbers N digits wide...
    By biterman in forum C Programming
    Replies: 12
    Last Post: 11-19-2001, 04:31 AM