What library should be used to create c++ prog communicate through network?! Any idea? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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