PDA

View Full Version : client & server connection -Beginer



sathees
11th May 2014, 11:49
Hi,
Can anyone say how to known about how to connect client & server communication.
Reply for this, thanks in advance

thanks.

anda_skoa
11th May 2014, 12:00
A common way to gain knowledge about a topic is to read the documentation for that topic, study examples on that topic and working through tutorials on that topic.

For network programming with Qt the first of those items would be http://qt-project.org/doc/qt-5/qtnetwork-programming.html

Cheers,
_