linux建立線程和windows建立線程對比

linux:linux 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<pthread.h> 4 5 /* 聲明結構體 */ 6 struct member 7 { 8 int num; 9 char *name; 10 }; 11 12 /* 定義線程pthread */ 13 static
相關文章
相關標籤/搜索