SyntaxFix
Write A Post
Hire A Developer
Questions
From C++14 using std and also its numeric literals:
#include <chrono> #include <thread> using namespace std::chrono; std::this_thread::sleep_for(123ms);