在MFC下实现UDP方式的收发
UDP├── Debug
│ ├── StdAfx.obj
│ ├── UDP.exe
│ ├── UDP.ilk
│ ├── UDP.obj
│ ├── UDP.pch
│ ├── UDP.pdb
│ ├── UDP.res
│ ├── UDPDlg.obj
│ ├── UdpSocket.obj
│ ├── vc60.idb
│ └── vc60.pdb
├── ReadMe.txt
├── StdAfx.cpp
├── StdAfx.h
├── UDP.APS
├── UDP.clw
├── UDP.cpp
├── UDP.dsp
├── UDP.dsw
├── UDP.h
├── UDP.ncb
├── UDP.opt
├── UDP.plg
├── UDP.rc
├── UDPDlg.cpp
├── UDPDlg.h
├── UdpSocket.cpp
├── UdpSocket.h
├── res
│ ├── Thumbs.db
│ ├── UDP.ico
│ └── UDP.rc2
└── resource.h
2 directories, 32 files
评论