Can someone find an example of a simple server / client thing? I am ready to use any C ++ library or even Winsocks. I googled around, but want an opinion on a good article for beginners / sites.
If you want to use the C ++ library, I heartily recommend Qt . This gives you an easy way to communicate with sockets and more. In particular, see. The QtNetwork module - a few of the classes for your reasons: QTcpSocket, QTcpServer, QUdpSocket.
QTcpSocket
QTcpServer
QUdpSocket
http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html
++, Asio, Boost. Tutorial. examples.
JFGI
http://www.adp-gmbh.ch/win/misc/sockets.html http://tldp.org/LDP/LG/issue74/tougher.html
ACE. , , .
ACE. Ace
Source: https://habr.com/ru/post/1741884/More articles:Is it possible to send an array over the network? - c ++Python urllib.urlopen IOError - pythonCSS - how can I handle the size difference between serifs and sans-serif fonts? - cssAre "FirstName" and "LastName" stored in the USER or USER_PROFILE database? - oraclefunctional concept - c ++How to change the JSON output format and how to support the Chinese character? - jsonError creating Rails DB with rake db: create - ruby | fooobar.comIs there a way to manipulate the variables passed to the constructor of the child class before passing it to the base class? - inheritanceURL generation technology with PHP - urlКак запланировать несколько заданий в планировщике кварца, используя тот же триггер? - javaAll Articles