C++: Difference between revisions

No change in size ,  3 February 2020
Line 263: Line 263:


===Chrono===
===Chrono===
<code>#include <chrono></code><ms>
<code>#include <chrono></code><br>
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">