摘要:
#include <windows.h>#include <stdio.h> //线程函数DWORD WINAPI ThreadProc(LPVOID lpParam){int i = 0;while(i < 20){ printf("I am from a thread,count = %d\n",i++);}return 0;}int main(int argc,... 阅读全文
posted @ 2009-11-29 23:40
sky.wind
阅读(755)
评论(0)
推荐(0)
浙公网安备 33010602011771号