Apr 23, 2009 at 12:33am UTC
How would i do networking with C++?
I new to network programming newbie.
Last edited on Apr 23, 2009 at 1:09am UTC
Apr 23, 2009 at 2:12am UTC
Boost Asio has networking features.
Apr 23, 2009 at 4:26am UTC
UNIX network programming by stevens (vol1 & vol2)
Apr 23, 2009 at 11:50am UTC
Where do i go if i want to make my own socket lib?
Apr 23, 2009 at 12:05pm UTC
1. It's best to understand network programming first, it's not trivial. The books recomended above are excellent.
2. Then you might want to understand what's been done to date.
3. Then if you still feel there's something missing, you can add your own.
To do otherwise is to waste your time.
Apr 23, 2009 at 1:36pm UTC
It might be for a learning experience! Though I do agree to an extent... I wanted to look into this pretty soon as well just to learn how it worked. I've never really layed a finger on it and I'm curious as hell.
Last edited on Apr 23, 2009 at 1:37pm UTC