C++: Difference between revisions

4 bytes added ,  3 February 2020
Line 263: Line 263:


===Chrono===
===Chrono===
<code>#include <chrono></code>
<code>#include <chrono></code><ms>
Lots of useful time stuff. Good for timing your code.
Lots of useful time stuff. Good for timing your code.
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">