基本信息
源码名称:基于MFC的socket服务端和客户端
源码大小:0.26M
文件格式:.rar
开发语言:C/C++
更新时间:2022-11-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

基于MFC的socket服务端和客户端

socket编程

    基于MFC的socket服务端和客户端,了解基本的服务搭建以及通讯逻辑

    

    .
├── ChatClient
│   ├── ChatClient
│   │   ├── ChatClient.aps
│   │   ├── ChatClient.cpp
│   │   ├── ChatClient.h
│   │   ├── ChatClient.rc
│   │   ├── ChatClient.vcxproj
│   │   ├── ChatClient.vcxproj.filters
│   │   ├── ChatClient.vcxproj.user
│   │   ├── ChatClientDlg.cpp
│   │   ├── ChatClientDlg.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ChatClient.ico
│   │   │   └── ChatClient.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   └── ChatClient.sln
├── ChatServer
│   ├── ChatServer
│   │   ├── ChatServer.aps
│   │   ├── ChatServer.cpp
│   │   ├── ChatServer.h
│   │   ├── ChatServer.rc
│   │   ├── ChatServer.vcxproj
│   │   ├── ChatServer.vcxproj.filters
│   │   ├── ChatServerDlg.cpp
│   │   ├── ChatServerDlg.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ChatServer.ico
│   │   │   └── ChatServer.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   └── ChatServer.sln
├── client
│   ├── client.cpp
│   ├── client.sln
│   ├── client.vcxproj
│   ├── client.vcxproj.filters
│   └── client.vcxproj.user
├── server
│   ├── server.cpp
│   ├── server.sln
│   ├── server.vcxproj
│   ├── server.vcxproj.filters
│   └── server.vcxproj.user
└── 好例子网_Socket.rar

8 directories, 44 files