2015年8月4日

socket发送结构体

摘要: struct send_info{char info_from[20]; //发送者IDchar info_to[20]; //接收者IDint info_length; //发送的消息主体的长度char info_content[1024]; //消息主体}; 发送端主要代码(为了简洁说明问题,... 阅读全文

posted @ 2015-08-04 16:39 lveternal 阅读(822) 评论(0) 推荐(0) 编辑

导航