symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2014年2月9日

摘要: 从github上找了3段程序,借此来学习socket编程,从一开始看不懂,到现在能看出来个轮廓,还是有进步的。#注意,本文所示程序除注释外均非本人所写。 1 #ifndef SERVER_H 2 #define SERVER_H // line 3 to 11 : include lib 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 13 struct Server; /... 阅读全文
posted @ 2014-02-09 13:37 symons 阅读(379) 评论(0) 推荐(0)