Pausing a program

Is there a command in C++ to pause your program? Say I wanted to cout two things, but so as to not overload the user with info I want to stagger them by 10 seconds each. How could I do this? (Note: Cross-platform is preferable, I do a lot of linux developing in addition to windows dev work.)

Thanks for your help.
Topic archived. No new replies allowed.