
windows
玻璃年华Alex
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VS2010开发程序打包详解
转自:http://blog.sina.com.cn/s/blog_473b385101019ufr.html转载 2014-09-03 16:08:33 · 576 阅读 · 0 评论 -
UDP 使用 connect
#include#include#include#include #pragma comment(lib, "ws2_32.lib")#define MAXLINE 50typedef struct sockaddr SA;int main(){ int sock; SOCKADDR_IN servaddr; char buf[MAXLINE] = "hello Serv原创 2014-11-12 11:04:31 · 635 阅读 · 0 评论