I want to make a test for our class by using C++. Is there any option to provide time counter in C++??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want to make a test for our class by using C++. Is there any option to provide time counter in C++???

This time counter help me to provide fix time for test..

7th Sep 2017, 2:01 AM
Bhavish Kumar Mangal
Bhavish Kumar Mangal - avatar
1 Answer
+ 1
check out chrono library
7th Sep 2017, 2:07 AM
Testing003