Thread: Function System

  1. #1
    Unregistered
    Guest

    Function System

    Hello,

    Whats the best way of calling "cls" without the system function..

    and if I DO have to use the system function, can I do:

    #include <stdlib>
    using std::system;

    ??

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Which compiler are you using?

  3. #3
    Unregistered
    Guest
    MSVC++

    and sometimes Dev-C++ @ work.

  4. #4
    Unregistered
    Guest
    Anyone know yet?

  5. #5
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    1st - don't bump - this board is still rather new and kinda fragile - you might knock posts off it (it happened a couple days ago)

    2nd - Do you absolutely need to call cls or jsut have to clear the screen? If you just need to clear the screen, go here.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  5. I need help with passing pointers in function calls
    By vien_mti in forum C Programming
    Replies: 3
    Last Post: 04-24-2002, 10:00 AM