F
F
FarmaCeduS2015-08-30 16:10:21
Qt
FarmaCeduS, 2015-08-30 16:10:21

Which book to choose on network programming in Qt?

Hello. Guys, I learned the basics of Qt, but very little is written in Schlee's book on network programming, is there any other book that describes exactly writing programs for working with sites and other things? Or how did you learn to work with websites? Thanks to all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2015-08-30
@Nipheris

Read books on networks (namely, OSI layers, TCP / IP, sockets, about client-server architecture in general, who connects where, how data is transmitted).
Read books about the technical side of the web (HTTP protocol, REST architecture, etc.).
When you understand what happens when you request www.yandex.ru in the address bar, using the QNetworkRequest class will not be difficult.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question