[Qt] QLocalSocket實現簡單的CS鏈接

目錄服務器 1.客戶端socket 2.服務器測試 3.鏈接測試this 利用Qt的QLocalSocket機制實現簡單的服務器客戶端鏈接。 code 1.客戶端  client.hserver #ifndef CLIENT_H #define CLIENT_H #include <QObject> #include <QLocalSocket> #include <QLocalServer>
相關文章
相關標籤/搜索