-->I am writing a program using QTcpSocket,QTcpServer. Do I need to add some code(i.e. an acknowledgement procedure) to guarantee that the packets are delivered?
I know similar question to this have been asked, but I haven\'t found an answer that fixes my problem.
I\'m writing a QTcpServer. I used telnet.exe as a client for testing. Upon a new client connection my server sends a Hi! message to the client which is displayed - all is well and fine so far.
I use QTcpServer from the Qt-Framework with C++. I started it with ret = tcpServer->listen(QHostAddress::Any, 9871)
I want to design a form. The form has 3 sections: user info, shipping and billing. Each section will have 2 columns, so form fields and their labels with be on both the left and right side.