• 大小: 7.60KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


Qt利用tcp-socket简单通信。客户端与服务端互发字符串

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-22 11:25  tcpDemo\
     文件          40  2016-11-22 11:26  tcpDemo\Readme.txt
     目录           0  2016-11-22 11:24  tcpDemo\TCPClient\
     文件         437  2016-05-04 17:32  tcpDemo\TCPClient\TCPClient.pro
     文件         183  2016-05-04 16:09  tcpDemo\TCPClient\main.cpp
     文件         567  2016-11-22 11:17  tcpDemo\TCPClient\mainwindow.cpp
     文件         444  2016-11-22 11:16  tcpDemo\TCPClient\mainwindow.h
     文件        1276  2016-11-22 11:14  tcpDemo\TCPClient\mainwindow.ui
     文件        1760  2016-11-22 11:16  tcpDemo\TCPClient\tcpclient.cpp
     文件         977  2016-05-06 14:46  tcpDemo\TCPClient\tcpclient.h
     目录           0  2016-11-22 11:24  tcpDemo\TCPServer\
     文件         435  2016-04-22 16:33  tcpDemo\TCPServer\TCPServer.pro
     文件         183  2016-04-22 16:31  tcpDemo\TCPServer\main.cpp
     文件         843  2016-11-22 11:15  tcpDemo\TCPServer\mainwindow.cpp
     文件         439  2016-05-04 17:04  tcpDemo\TCPServer\mainwindow.h
     文件        1656  2016-05-04 17:38  tcpDemo\TCPServer\mainwindow.ui
     文件        1287  2016-04-22 16:38  tcpDemo\TCPServer\tcpsever.cpp
     文件         681  2016-04-22 16:36  tcpDemo\TCPServer\tcpsever.h

评论

共有 条评论