QT基於TCP的Socket編程

一、在工程文件中加入QT += network服務器 二、服務器除了使用到了QTcpSocket類,還須要用到QTcpSever類app (1)建立QTcpSever對象socket [cpp]  view plain  copy tcpServer = new QTcpServer(this);   (2)監聽端口 [cpp]  view plain  copy tcpServer->liste
相關文章
相關標籤/搜索