資源簡介
一個用Qt開發的多客戶端聊天系統,整個流程框架化,可以用來進行參考學習。

代碼片段和文件信息
#include?“globalfun.h“
void?QStringtoChararr(char?*arrconst?QString?&str)
{
????char*?ptr;
????QByteArray?ba;
????ba=str.toLocal8Bit();
????ptr?=?ba.data();
????memcpy(arrptrstr.length()*2);?//str.length()*2,QString是16Bit的,用toLocal8Bit之后生成的數據長度為原數據的兩倍
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-10-10?16:45??Qt多客戶端\
?????目錄???????????0??2019-10-10?16:45??Qt多客戶端\MyClient\
?????文件????????1309??2019-10-09?08:57??Qt多客戶端\MyClient\MyClient.pro
?????文件???????63913??2019-10-09?19:51??Qt多客戶端\MyClient\MyClient.pro.user
?????文件?????????236??2019-10-04?08:23??Qt多客戶端\MyClient\global.h.autosave
?????文件?????????801??2019-10-09?17:49??Qt多客戶端\MyClient\globaldef.h
?????文件?????????313??2019-10-09?18:29??Qt多客戶端\MyClient\globalfun.cpp
?????文件?????????216??2019-10-09?18:29??Qt多客戶端\MyClient\globalfun.h
?????文件?????????183??2019-09-30?22:48??Qt多客戶端\MyClient\main.cpp
?????文件??????????95??2019-10-04?12:01??Qt多客戶端\MyClient\mainwidow.cpp
?????文件?????????242??2019-10-04?12:01??Qt多客戶端\MyClient\mainwidow.h
?????文件????????1542??2019-10-09?17:49??Qt多客戶端\MyClient\mainwindow.cpp
?????文件?????????747??2019-10-09?17:49??Qt多客戶端\MyClient\mainwindow.h
?????文件????????2614??2019-10-08?16:50??Qt多客戶端\MyClient\mainwindow.ui
?????文件????????1548??2019-10-09?17:53??Qt多客戶端\MyClient\registerwindow.cpp
?????文件?????????708??2019-10-09?10:21??Qt多客戶端\MyClient\registerwindow.h
?????文件????????3149??2019-10-09?11:44??Qt多客戶端\MyClient\registerwindow.ui
?????文件????????3005??2019-10-09?17:49??Qt多客戶端\MyClient\singwindow.cpp
?????文件?????????929??2019-10-09?10:21??Qt多客戶端\MyClient\singwindow.h
?????文件????????3190??2019-10-09?11:44??Qt多客戶端\MyClient\singwindow.ui
?????文件????????2520??2019-10-09?17:49??Qt多客戶端\MyClient\tcpclient.cpp
?????文件????????1296??2019-10-09?10:21??Qt多客戶端\MyClient\tcpclient.h
?????目錄???????????0??2019-10-10?16:45??Qt多客戶端\MyServer\
?????文件????????1234??2019-10-09?11:48??Qt多客戶端\MyServer\MyServer.pro
?????文件???????63913??2019-10-09?19:51??Qt多客戶端\MyServer\MyServer.pro.user
?????文件????????1675??2019-10-09?19:39??Qt多客戶端\MyServer\ServerMainWindow.cpp
?????文件?????????894??2019-10-09?18:42??Qt多客戶端\MyServer\ServerMainWindow.h
?????文件??????????52??2019-10-07?14:25??Qt多客戶端\MyServer\coorfun.cpp
?????文件?????????110??2019-10-07?14:25??Qt多客戶端\MyServer\coorfun.h
?????文件?????????806??2019-10-09?17:49??Qt多客戶端\MyServer\globaldef.h
?????文件?????????437??2019-10-09?19:47??Qt多客戶端\MyServer\globalfun.cpp
............此處省略7個文件信息
- 上一篇:halcon進行車牌識別并展示出來.rar
- 下一篇:Kea128核心板排針庫
評論
共有 條評論