摘要: //#define ALLOC_CONSOLE#ifdef ALLOC_CONSOLE AllocConsole(); // 开辟控制台 释放:FreeConsole(); SetConsoleTitle(L"Debug Output"); ... 阅读全文
posted @ 2014-09-27 09:13 zzyoucan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 客户端打开服务器是怎么知道连接的1.客户端调用NGP的接口TcpLinkEx::TcpLinkEx(){ auto ser = GetPlug(LibEvtServer); if(!ser) { ser = NEW(LibEvtServer); SetP... 阅读全文
posted @ 2014-09-27 00:13 zzyoucan 阅读(869) 评论(0) 推荐(0) 编辑