C++ Need to send std::string over a LAN network -


i need able send std::string on lan network. in case have mac, , pc able make communicate. have taken around web, haven't had lucky in terms of solution case. ideas how set network through c++ these computers can share text?

the boost asio library provides robust framework doing network communication through sockets. examples using c++11 can found here: http://www.boost.org/doc/libs/1_58_0/doc/html/boost_asio/examples/cpp11_examples.html

the chat client/ server examples may of particular interest you.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -