2013年1月12日

4---能正常运行的多线程最简单模型

摘要: #include <stdio.h> #include <windows.h> char buffer[100] = { 'x' , 'y' , 'z' }; int W_A=0,R_A=0;//子线程函数 1 DWORD WINAPI ThreadFun1(LPVOID pM) { while (1) { //printf("子线程的线程1 "); // R_buffer[]={0,1,2,3,4,5,6,7,8,9};// buffer }return 0; } //子线程函数 2DWORD WIN 阅读全文

posted @ 2013-01-12 11:34 红色理想 阅读(159) 评论(0) 推荐(0) 编辑

导航