thanks for your answer and sorry if I'm mistaken about sending questions here. I though here was the wiki part for asking questions on Asio. as long as you correctly replace the namespace and macro prefixes. Does it mean that all what I need to learn non-Boost Asio by a Boost-Asio referece/tutorial is to replacing the namespaces and macros between the two? If so, that would be very easy and good news. :)
thanks for your answer and sorry if I'm mistaken about sending questions here. I though here was the wiki part for asking questions on Asio. as long as you correctly replace the namespace and macro prefixes. Does it mean that all what I need to learn non-Boost Asio by a Boost-Asio referece/tutorial is to replacing the namespaces and macros between the two? If so, that would be very easy and good news. :)
Hello to all, I'm a C++ programmer and just came here. I would like to use C++ socket programming and for that goal I've chosen Asio (non-boost). I found this place through the Asio website and have a question regarading learning Asio. As a C++ programmer and software engineer I suppose C++ socket programming will be so needed and required for many applications. The problem with me is that I have almost no knowledge of socket programming from before, and want to start learning Asio. I searched the...