What library should be used to create c++ prog communicate through network?! Any idea? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What library should be used to create c++ prog communicate through network?! Any idea?

c++ network library

31st Mar 2018, 4:28 AM
Silver Key
Silver Key - avatar
1 Réponse
+ 1
Modern C++ doesn't come with network functionality right out of the box. Try downloading the Boost libraries (https://www.boost.org/) and check the documentation on Boost.asio (https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio.html).
31st Mar 2018, 4:45 AM
DaemonThread
DaemonThread - avatar