• 大小: 6.31KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-23
  • 标签: demo  服务器  tcp  Qt  服务  

资源简介

创建TCP服务器,等待客户端连接,接收到客户端后回复消息。

资源截图

代码片段和文件信息

#include “mytcpserver.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        185  2017-03-20 18:54  MyTcpServer\main.cpp

     文件       4719  2017-03-21 20:11  MyTcpServer\mytcpserver.cpp

     文件        717  2017-03-21 15:53  MyTcpServer\mytcpserver.h

     文件        408  2017-03-20 18:56  MyTcpServer\MyTcpServer.pro

     文件      44313  2017-03-22 12:45  MyTcpServer\MyTcpServer.pro.user

     文件       7440  2017-03-22 12:45  MyTcpServer\mytcpserver.ui

     目录          0  2017-03-22 12:45  MyTcpServer

----------- ---------  ---------- -----  ----

                57782                    7


评论

共有 条评论