#include <stdlib.h> #include <time.h> #include <limits.h> #include <iostream> #include <windows.h> #include <winnt.h> #include <tchar.h> #include <StrSafe.h> #include <process.h> using namespace std; int stockCount = 10; //å¨åº«æ° //ååã®çç£ãè¡ã颿° DWORD WINAPI Producer( PVOID pvParam ) { //å¢å æ°ãèªã¿åºã int point = PtrToUlong(pvParam); //å¦çãè¡ãããã«å¨åº«æ°ãèªã¿åºã //â»DBããã¡ã¤ã«ããå¤ãèªã¿åºãã¦ããã¨ä»®å®ãã¦ãã ãã int tmp = stockCount; //å

{{#tags}}- {{label}}
{{/tags}}