socket programming

P

Poiquiop

Hi. I was wondering if there were any good tutorials related to socket
programming, and handling different protocols, etc.

Thanks,

J.L.
 
A

Artie Gold

Poiquiop said:
Hi. I was wondering if there were any good tutorials related to socket
programming, and handling different protocols, etc.

1) You're off topic here, as standard C++ knows not of sockets.
2) This ain't no steenkin' chat room. You posted the same question
minutes ago.
3) STFW! GIYF! [1]

HTH,
--ag

[1] Doing a web search is faster than -- and should always come before
-- posting a question to usenet. Google for `socket tutorial'.
 
S

SaltPeter

Poiquiop said:
Hi. I was wondering if there were any good tutorials related to socket
programming, and handling different protocols, etc.

Thanks,

J.L.

Try asking in alt.winsock.programming.
 
N

Nick Hounsome

SaltPeter said:
Try asking in alt.winsock.programming.

NB it is easy to get carried away with unecessarily wrapping the sockets API
in classes -
don't over do it - the full power of API does not map well into classes
although a
subset of the functionality specific to your requirements often does.

I still use "UNIX Network programming" by stevens which is good but C and a
bit old.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top