摘要:
1.、新建win32控制台项目,勾选dll,都选空项目,命名为 CreatDLL 2、新建cpp文件,命名为DLLmain 3、此时右键项目属性可以看到,预处理器定义中已经有了CREAT_DLL 和 _CONSOLE。相当于项目中的每个文件都加上了 1 #define _CONSOLE 2 #def 阅读全文
posted @ 2019-12-26 16:34
Parallax
阅读(359)
评论(0)
推荐(0)
摘要:
1 auto start = std::chrono::steady_clock::now(); 2 3 API( ); 4 5 auto end = std::chrono::steady_clock::now(); 6 std::chrono::duration<double> spent = 阅读全文
posted @ 2019-12-26 15:40
Parallax
阅读(117)
评论(0)
推荐(0)

浙公网安备 33010602011771号