Apr 8, 2011 at 6:42pm Apr 8, 2011 at 6:42pm UTC
On Unix/Linux, you have various sleep() functions. I believe Windows provides something similar with Sleep().
Apr 8, 2011 at 8:12pm Apr 8, 2011 at 8:12pm UTC
Anyone know how to use that on windows that could explain it I'm kind of intrigued I've always wondered about actually using time.
Apr 8, 2011 at 8:14pm Apr 8, 2011 at 8:14pm UTC
To try and make it more portable you could use #include <ctime>
to make a timing function, but I would definately be easier just to what PanGalactic said(I think...).
Last edited on Apr 8, 2011 at 8:14pm Apr 8, 2011 at 8:14pm UTC
Apr 8, 2011 at 8:28pm Apr 8, 2011 at 8:28pm UTC
Oh that's awesome I thought there would be something like that I just never found it.