Thread: A 'wait' type function...

  1. #1
    Unregistered
    Guest

    Angry A 'wait' type function...

    I can't find a function for a 'wait' type of effect.....here's the example code:

    main()
    {
    system("ut -ini=TacticalOps.ini &");
    while(1)
    {
    system("ee /usr/local/games/ut/Help/TacticalOpsLogo.jpg");
    thewaitfunction(5);
    system("killall -9 ee");
    }

    Can anyone help me find the function I need?

    E-mail me at ttye0 at binarii.com
    I'm not a registered user so I won't know when someone responds.

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    This was just asked in the C++ board-
    Try this, if it doesn't help post again.

    http://www.cprogramming.com/cboard/s...highlight=wait

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner Needs help in Dev-C++
    By Korrupt Lawz in forum C++ Programming
    Replies: 20
    Last Post: 09-28-2010, 01:17 AM
  2. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  3. dllimport function not allowed
    By steve1_rm in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2008, 03:33 AM
  4. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM