• 大小: 610KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-04-01
  • 语言: C/C++
  • 标签: MFC  TCP  通信  tcp客户端  

资源简介

MFC中基于TCP的客户端与服务端的通信 // client.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<Winsock2.h> #include<stdio.h> #define PORT 5000 #define BUFFER 1024 void main(int argc,char *argv[]) { WSADATA wsaData; SOCKET client; int po

资源截图

代码片段和文件信息

评论

共有 条评论