C++ 之计时函数总结 总结Windows下C++开发时的计时实现 1. clock() #include <time.h> //引入头文件 void main() { clock_t start, end; start = clo