Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Boost Asio Simple Chat Tutorial

I've been reading Boost Asio's Tutorials (Official website). But I found them a pain in the neck! Is There a simple tutorial on asio?! I mean, A simple client-server chat. NO THREADS!! Thank you!

like image 829
Kia.celever Avatar asked Oct 28 '11 14:10

Kia.celever


2 Answers

http://www.boost.org/doc/html/boost_asio/tutorial/tutdaytime1.html

Is there anything wrong with the above? That's where I learnt to use Boost::Asio when I used it.

like image 192
blaaaaaaah Avatar answered Oct 17 '22 16:10

blaaaaaaah


It's not a chat tutorial and it uses threads but this tutorial is fairly simple to follow:

http://www.gamedev.net/blog/950/entry-2249317-a-guide-to-getting-started-with-boostasio/

like image 10
Ivan Santos Avatar answered Oct 17 '22 16:10

Ivan Santos