(C++) Asio

August 17, 2019 · View on GitHub

The Asio is a cross-platform library for networking and part of Boost.

 

Asio can be installed from the Ubuntu Software Center.

 

  • 1: chat server
  • 2: chat client

 

 

 

 

 

Qt Creator Note for Qt Creator users

 

Add the following line to your project file (to prevent the link error undefined reference to 'boost::system::get_system_category()'):

 


LIBS += -lboost_system

 

 

 

 

 

External links

 

  • Asio documentation (v. 1.43.0)

 

 

 

 

 

 

Contents

  1. 1Note for Qt Creator users
  2. 2LIBS += -lboost_system
  3. 3External links