Author Topic: C++ Network Programming  (Read 2967 times)

0 Members and 1 Guest are viewing this topic.

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
C++ Network Programming
« on: February 23, 2015, 04:13:50 pm »
Anyone has any books our source codes regading some c++ netowrking?

Offline PsychoRebellious

  • Peasant
  • *
  • Posts: 130
  • Cookies: -6
    • View Profile
    • My Rantings
Re: C++ Network Programming
« Reply #1 on: 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.

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: C++ Network Programming
« Reply #2 on: 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.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: C++ Network Programming
« Reply #3 on: 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" in the ebook section
« Last Edit: February 23, 2015, 10:25:49 pm by flowjob »
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: C++ Network Programming
« Reply #4 on: February 24, 2015, 11:03:04 am »
Thanks

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: C++ Network Programming
« Reply #5 on: 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
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: C++ Network Programming
« Reply #6 on: 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

Thanks :)

Offline PsychoRebellious

  • Peasant
  • *
  • Posts: 130
  • Cookies: -6
    • View Profile
    • My Rantings
Re: C++ Network Programming
« Reply #7 on: 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" in the ebook section
The uploaded book doesn't cover ASIO. This is not the requested version