当前位置: 技术问答>linux和unix
QT数据传输的问题
来源: 互联网 发布时间:2016-11-08
本文导语: 用Qt写一个数据传输的程序,在客户端,发送程序为 void client::sendData(QString &fileName) { int length = fileName.toLatin1().size(); if(write(fileName.toLatin1(),length)!=length) // { qDebug
用Qt写一个数据传输的程序,在客户端,发送程序为
void client::sendData(QString &fileName)
{
int length = fileName.toLatin1().size();
if(write(fileName.toLatin1(),length)!=length) //
{
qDebug
void client::sendData(QString &fileName)
{
int length = fileName.toLatin1().size();
if(write(fileName.toLatin1(),length)!=length) //
{
qDebug