2017年12月21日

CPP_Socket基本操作

摘要: 1 #define _CRT_SECURE_NO_WARNINGS /* VS2013,2015需要这一行 */ 2 #include 3 #include 4 5 #include "osapi/osapi.h" 6 //下载osapi,已经封装还相应头文件 7 int main() 8 { 9 printf("发送方: port=9000 ...\n"); 1... 阅读全文

posted @ 2017-12-21 12:33 Doctor_uee 阅读(423) 评论(0) 推荐(0)

导航