+ 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 Odpowiedź
+ 1
check out chrono library
7th Sep 2017, 2:07 AM
Testing003