Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/01/2015, 18:38
lareto
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Parar 2 segundos un proceso

En C++11:

std::this_thread::sleep_for (std::chrono::seconds(2));