-
大小: 610KB文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-04-01
- 語(yǔ)言: C/C++
- 標(biāo)簽: MFC??TCP??通信??tcp客戶(hù)端??
資源簡(jiǎn)介
MFC中基于TCP的客戶(hù)端與服務(wù)端的通信
// 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
代碼片段和文件信息
評(píng)論
共有 條評(píng)論