Socket Programming
Moderator: Coders of Rage
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Socket Programming
I'm starting to take interest in socket programming and maybe see what I can accomplish with it. If anyone here has had experience as a socket programmer or is currently learning sockets rate the difficulty on a scale of 1 - 10 for me. And if anyone has good socket tutorials they would like to recommend by all means tell me. It would be highly appreciated.
- Joeyotrevor
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Thu Jan 22, 2009 6:24 pm
- Programming Language of Choice: C++
Re: Socket Programming
I think it's pretty easy once you get the hang of it. First thing I did when I learned it was make Server/Client classes and it has turned out to be really useful.
Code: Select all
eb 0c 48 65 6c 6c 6f 20 77 6f 72 6c 64 21 31 d2 8e c2 30 ff b3 0a bd 02 7c b9 0b 00 b8 00 13 cd 10 eb fe
Re: Socket Programming
Beej's Guide to Network Programming Using Internet Socketsgood socket tutorials
This is probably what you want. You can read what some people have said about it here.
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Socket Programming
That is actually the one I've been reading for the past 30+ mins. Thanks for posting though. :Dandrew wrote:Beej's Guide to Network Programming Using Internet Socketsgood socket tutorials
This is probably what you want. You can read what some people have said about it here.
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: Socket Programming
http://www.cs.rpi.edu/~hollingd/netprog ... dp/udp.pdf
http://www.cs.rpi.edu/~hollingd/netprog ... cpsock.pdf
Very helpful, but wont teach you everything. However they're good for giving the general idea of how to use sockets properly.
http://www.cs.rpi.edu/~hollingd/netprog ... cpsock.pdf
Very helpful, but wont teach you everything. However they're good for giving the general idea of how to use sockets properly.
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Socket Programming
Thanks for posting them.RyanPridgeon wrote:http://www.cs.rpi.edu/~hollingd/netprog ... dp/udp.pdf
http://www.cs.rpi.edu/~hollingd/netprog ... cpsock.pdf
Very helpful, but wont teach you everything. However they're good for giving the general idea of how to use sockets properly.
- Moosader
- Game Developer
- Posts: 1081
- Joined: Wed May 07, 2008 12:29 am
- Current Project: Find out at: http://www.youtube.com/coderrach
- Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
- Programming Language of Choice: C++
- Location: Kansas City
- Contact:
Re: Socket Programming
This may or may not help... I intend to look over the lecture notes when I have time.
One of my teachers has a Client / Server programming class.
http://www1.sce.umkc.edu/~cotterr/cs423 ... _fs09.html
One of my teachers has a Client / Server programming class.
http://www1.sce.umkc.edu/~cotterr/cs423 ... _fs09.html