User profile: mubaidr

User info
User name:mubaidr
Name:Muhammad Ubaid Raza
Location:Islamabad
History
Joined:
Number of posts:2
Latest posts:

Calculate time of a snippet of a code... c++
#include <time.h> clock_t start = clock(); /*Time consuming code*/ std::cout << "Time taken : "...

Calculate time of a snippet of a code... c++
How can be time calculated of a snippet or part of a c++ code(execution time of program)? in millise...