EvilZone

Programming and Scripting => C - C++ => : Danus February 23, 2015, 04:13:50 PM

: C++ Network Programming
: Danus February 23, 2015, 04:13:50 PM
Anyone has any books our source codes regading some c++ netowrking?
: Re: C++ Network Programming
: PsychoRebellious February 23, 2015, 05:12:02 PM
Boost Asio.
This library is the one you should learn. I am looking forward for some books on boost  too. Started an ebook request thread for some boost related books, but for reasons unknown, the allknowing and ultimately wise admins rejected the post.
: Re: C++ Network Programming
: Danus February 23, 2015, 06:48:34 PM
All i found is this man : http://beej.us/guide/bgnet/output/print/bgnet_USLetter.pdf
but ill check out that libary as well.
: Re: C++ Network Programming
: flowjob February 23, 2015, 09:34:54 PM
There's a online version of a book about boost, don't know how much they left out for the online version tho...
http://theboostcpplibraries.com/
There's also a chapter about Boost.Asio.

EDIT:
If you're looking for network programming using boost, I also just posted "Beyond the C++ Standard Library: An Introduction to Boost" (https://evilzone.org/ebooks/beyond-the-c-standard-library-an-introduction-to-boost/) in the ebook section
: Re: C++ Network Programming
: Danus February 24, 2015, 11:03:04 AM
Thanks
: Re: C++ Network Programming
: kenjoe41 February 26, 2015, 11:19:52 AM
Found alot of material and i think i already had this on my drive. The library is an abstract on top of the sockets so i would advise you to learn the raw sockets first even though the damn syntax looks too C. But if you get to asio then google (https://www.google.com/search?q=boost+asio+filetype%3Apdf)
: Re: C++ Network Programming
: Danus February 26, 2015, 11:51:50 AM
Found alot of material and i think i already had this on my drive. The library is an abstract on top of the sockets so i would advise you to learn the raw sockets first even though the damn syntax looks too C. But if you get to asio then google (https://www.google.com/search?q=boost+asio+filetype%3Apdf)

Thanks :)
: Re: C++ Network Programming
: PsychoRebellious February 26, 2015, 05:50:51 PM
There's a online version of a book about boost, don't know how much they left out for the online version tho...
http://theboostcpplibraries.com/
There's also a chapter about Boost.Asio.

EDIT:
If you're looking for network programming using boost, I also just posted "Beyond the C++ Standard Library: An Introduction to Boost" (https://evilzone.org/ebooks/beyond-the-c-standard-library-an-introduction-to-boost/) in the ebook section
The uploaded book doesn't cover ASIO. This is not the requested version