Chrono | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Chrono

Can anyone explain(or give a good tutorial about) std::chrono, specifically std::chrono::system_clock? I prefer the explanation to be a code, saw alot on Google but somehow its little tough. Thanks <3

10th Feb 2021, 4:14 PM
Maher Al Dayekh
Maher Al Dayekh - avatar
5 Answers
+ 1
get i saw the reference mate, I wanted more explanation on the topic. Thx though! :)
10th Feb 2021, 7:08 PM
Maher Al Dayekh
Maher Al Dayekh - avatar
+ 1
Maher Al Dayekh, sorry, I cannot help more now (do not know about this, only plan to learn), but I would suggest you searching SoloLearn codes (SoloLearn -> Codes/Code Bits -> Language: C++ -> Keyword(s): chrono).
10th Feb 2021, 7:12 PM
#0009e7 [get]
#0009e7 [get] - avatar
+ 1
Np man ill check on yt later tonight
10th Feb 2021, 7:14 PM
Maher Al Dayekh
Maher Al Dayekh - avatar
+ 1
I would urge you to check out Bjarne Stroustrup's book The C++ Programming Language, chapter 35 on utilities. He offers a clear and succinct explanation on not only chrono::system_clock but also the entire std::chrono library.
11th Feb 2021, 7:31 PM
Anthony Maina
Anthony Maina - avatar