Search results

  1. W

    beginner c++ question

    im getting some weird errors with nanosleep...like: "invalid conversion from 'int' to 'timespec*' " and "invalid conversion from 'int' to 'const timespec*' " the help file said it takes more than one parameter, but im not doing the parameters right... my code is: for (int...
  2. W

    beginner c++ question

    thanks Viro !! by the way, is there a function that will sleep for a given amount of milliseconds?
  3. W

    beginner c++ question

    im very new at c++ and want to now if there is a way to run some sort of sleep() or wait() or something that will pause the code for a given amount of time. im making terminal applications and i have experience with other languages that all have some similar command...so i was just...
Back
Top