2017年12月14日

CPP_多线程

摘要: 1 #define _CRT_SECURE_NO_WARNINGS /* VS2013,2015需要这一行 */ 2 #include 3 //下载osapi并安装到目录 4 //本文档为学习文档 5 #include "osapi/osapi.h" 6 7 // 定义一个类 8 class Buddhist : public OS_Thread 9 { 10 privat... 阅读全文

posted @ 2017-12-14 12:59 Doctor_uee 阅读(122) 评论(0) 推荐(0)

导航