《Qt Cerator》UDP 双向通信

UDPchat.pro # 手动添加“network”网络库 QT += widgets gui network HEADERS += \ UdpA.h \ UdpB.h SOURCES += \ main.cpp \ UdpA.cpp \ UdpB.cpp UDPA.h #ifndef UDPRECEIVER_H #define UDPRECEIVER_H
相关文章
相关标签/搜索