Description: A simple UDP communication program achieved only send and receive data. The client sends the data server to receive data, for reference.
To Search:
File list (Check if you may need any files):
UDP通讯程序\UDPclient\Chat.aps
...........\.........\Chat.clw
...........\.........\Chat.cpp
...........\.........\Chat.dsp
...........\.........\Chat.dsw
...........\.........\Chat.exe
...........\.........\Chat.h
...........\.........\Chat.ncb
...........\.........\Chat.opt
...........\.........\Chat.plg
...........\.........\Chat.rc
...........\.........\ChatDlg.cpp
...........\.........\ChatDlg.h
...........\.........\Debug\Chat.exe
...........\.........\.....\Chat.ilk
...........\.........\.....\Chat.obj
...........\.........\.....\Chat.pch
...........\.........\.....\Chat.pdb
...........\.........\.....\Chat.res
...........\.........\.....\ChatDlg.obj
...........\.........\.....\StdAfx.obj
...........\.........\.....\vc60.idb
...........\.........\.....\vc60.pdb
...........\.........\ReadMe.txt
...........\.........\res\Chat.ico
...........\.........\...\Chat.rc2
...........\.........\resource.h
...........\.........\StdAfx.cpp
...........\.........\StdAfx.h
...........\...server\Chat.aps
...........\.........\Chat.clw
...........\.........\Chat.cpp
...........\.........\Chat.dsp
...........\.........\Chat.dsw
...........\.........\Chat.exe
...........\.........\Chat.h
...........\.........\Chat.ncb
...........\.........\Chat.opt
...........\.........\Chat.plg
...........\.........\Chat.rc
...........\.........\ChatDlg.cpp
...........\.........\ChatDlg.h
...........\.........\Debug\Chat.exe
...........\.........\.....\Chat.ilk
...........\.........\.....\Chat.obj
...........\.........\.....\Chat.pch
...........\.........\.....\Chat.pdb
...........\.........\.....\Chat.res
...........\.........\.....\ChatDlg.obj
...........\.........\.....\StdAfx.obj
...........\.........\.....\vc60.idb
...........\.........\.....\vc60.pdb
...........\.........\ReadMe.txt
...........\.........\res\Chat.ico
...........\.........\...\Chat.rc2
...........\.........\resource.h
...........\.........\StdAfx.cpp
...........\.........\StdAfx.h
...........\程序说明.txt
...........\UDPclient\Debug
...........\.........\res
...........\...server\Debug
...........\.........\res
...........\UDPclient
...........\UDPserver
UDP通讯程序