首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

游戏客户器端通讯框架(C++与Socket)

2013-03-21 
游戏客户器端通信框架(C++与Socket)   与之相对应的客户端代码,经过修改。文件一:stdafx.h#include stdafx

游戏客户器端通信框架(C++与Socket)

   与之相对应的客户端代码,经过修改。

文件一:stdafx.h

#include "stdafx.h"void main(){/* "#IP i0*p0*" "#NC i1*t1*x0*y0*z0*uliubing*" "#CU i1*t1*x0*y0*z0*" "#HC i1*c2*I1*" "#DD i1*" "#FP i0*" "#FF i0*" "#CD i0*s0*"*/DS_PrintCurrentTime("当前启动");          DSGameClient *ds_gameclient = new DSGameClient("127.0.0.1");ds_gameclient->DS_ClientProcess();   Sleep(100000);}



热点排行