资源简介
一个简单的C++实现UDP组播发送和接收的程序
代码片段和文件信息
#include
#include “Receive.h“
using namespace std;
int main()
{
string strMessage;
Receive receive;
receive.InitSocket(“224.0.1.2““7838“);
while (1)
{
receive.ReceiveStringData(strMessage);
cout<
}
receive.CloseSocket();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6956 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\BuildLog.htm
文件 42149 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Main.obj
文件 65 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\mt.dep
文件 24020 2012-12-08 17:41 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Person.obj
文件 61063 2012-12-08 17:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Receive.obj
文件 403 2012-12-08 17:41 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Receive_UDPMulticast_Windows.exe.em
文件 468 2012-12-08 17:41 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Receive_UDPMulticast_Windows.exe.em
文件 385 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\Receive_UDPMulticast_Windows.exe.intermediate.manifest
文件 551936 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\vc80.idb
文件 233472 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Debug\vc80.pdb
文件 289 2012-12-08 19:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Main.cpp
文件 82 2012-12-08 17:00 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Person.cpp
文件 195 2012-12-08 16:59 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Person.h
文件 2310 2012-12-08 17:52 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Receive.cpp
文件 566 2012-12-08 17:36 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Receive.h
文件 4298 2012-12-08 17:35 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Receive_UDPMulticast_Windows.vcproj
文件 1427 2013-01-14 10:29 UDPMulticast_Windows\Receive_UDPMulticast_Windows\Receive_UDPMulticast_Windows.vcproj.PC--20120411BJI.chengqian.user
文件 6758 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\BuildLog.htm
文件 54296 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Main.obj
文件 65 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\mt.dep
文件 23956 2012-12-08 16:27 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Person.obj
文件 68485 2012-12-08 16:49 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Send.obj
文件 403 2012-12-08 16:28 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Send_UDPMulticast_Windows.exe.em
文件 468 2012-12-08 16:28 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Send_UDPMulticast_Windows.exe.em
文件 385 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\Send_UDPMulticast_Windows.exe.intermediate.manifest
文件 568320 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\vc80.idb
文件 233472 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Debug\vc80.pdb
文件 268 2012-12-08 19:53 UDPMulticast_Windows\UDPMulticast_Windows\Main.cpp
文件 82 2012-12-08 16:27 UDPMulticast_Windows\UDPMulticast_Windows\Person.cpp
文件 195 2012-12-08 16:27 UDPMulticast_Windows\UDPMulticast_Windows\Person.h
............此处省略15个文件信息
- 上一篇:C语言课程设计 - 学生宿舍管理系统
- 下一篇:c++api中文版
相关资源
- libnet发送udp和tcp包
- MFC UDP编程
- 使用socket套接字发送udp数据包
- C语言实现TCP/IP协议通信和UDP协议通信
- c语言+UDP+DES加密+socket编程
- 基于udp的socket编程
- RakNet 基于UDP网络传输协议的C++网络库
- 基于UDP的简单可视化界面聊天程序c
- 基于VC++6.0的UDP通讯
- 自己编写的C++基于socket编程的UDP聊天
- VC++UDP网络聊天程序
- C语言写的UDP文件传输
- 基于UDP协议的聊天程序 MFC环境下的
- MFC UDP 聊天
- 基于VC++的UDP文件传输系统
- C++基于UDP的控制台局域网聊天程序
- 基于UDP的通信程序设计
- 网络调试助手---开发环境:VC++6.0 基于
- 基于MFC的UDP通信实现
- MFC中利用CSocket实现UDP通信
- MFC实现UDP网络编程
- UDP简单文件传输
- 基于MFC对话框的UDP客户端服务器端程
- 用MFC开发的UDP接收和发送软件
- 完成端口IOCP+UDP源码
- 基于UDP协议的简单聊天系统设计与实
- c语言简易飞秋
- c++(socket)音频传输
- UDP打洞有心跳包和断网自动连接功能
- MFC窗口打开ppt,可通过UDP控制。
评论
共有 条评论