#include <Windows.h> #include <stdlib.h> class Server { public: /* Fields */ MSG* msg; WNDCLASSW* wc; HWND hListClients; HWND hEditLog; /* Methods */ void ...
確定! 回上一頁