Solving the error

In Chapter 5, Delving into the Boost.Asio Library, we discussed handling exception and error. If we follow all the source code in this book, we may never get any error code to confuse us. However, if we try to modify the source code, even just a little, an error code may be thrown for which the program will not give us any description. Since the error code thrown by the Boost library is based on Windows system error code and is beyond the scope of this book, we can find the description on Microsoft Developer Network (MSDN) website at msdn.microsoft.com/en-us/library/windows/desktop/ms681381%28v=vs.85%29.aspx. Here, we can find all translations of error codes from error 0 to 15999. Using GDB and error code translation from MSDN ...

Get Boost.Asio C++ Network Programming - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.