herp derp Network Programming...

So...it occured to me that the one rudimentary thing I've never fully learned in c++ is network programming...I'm sure the boost libraries have a cross platform solution to this stuff. But I don't really care if it's cross platform, if I can master the basics of it I can move my code else where. Can some one point me in the direction of a place I can quickly and efficently learn what I need to about network programming in c++? I've dealt with it in higher level languages so I know the fundamentals behind it. I just need to learn the inner workings that you don't deal with in a language like python.


Edit: I am well aware that this is something that is necessary for any modern Operating system :P
Last edited on
Try Beej's tutorial: http://beej.us/guide/bgnet/
thanks chris.
Topic archived. No new replies allowed.