PDA

View Full Version : Qt socket communication



ketan
3rd November 2009, 04:32
hello..
I want to read data from one socket and write that data to another socket using the same serversocket.
please tell me how to do it?

wysota
3rd November 2009, 09:04
please tell me how to do it?

Read the docs for QTcpServer and QTcpSocket. When you have specific problems, come back and state them. We're not doing your homework for you.