Reputation: 635
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!
Upvotes: 22
Views: 35754
Reputation: 194
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.
Upvotes: 11
Reputation: 634
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/
Upvotes: 10
Reputation: 7755
This blog seems to be by the/an author of the ASIO library and has lots of extra information about it.
For example: boost::asio vs asio, fork/join with asio.
Upvotes: 2