CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Oct 2008
    Posts
    17

    Need to add pause to existing C++ program

    I have been asked to add a pause to an existing C++ program.
    The user does not want to use the Windows builtin scheduler for reasons they won't share with me.
    Is the correct way of doing this something like:-
    void Sleep(10000);
    Last edited by straygrey; July 17th, 2009 at 04:42 AM. Reason: spelling

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

Featured