0
How to make a time limit in c++?
For example I need to stop a game in 2 minutes.How can I do this?
2 Answers
+ 1
https://en.cppreference.com/w/cpp/chrono
An example is at the bottom of the page
0
thanks
For example I need to stop a game in 2 minutes.How can I do this?