 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Poiquiop Guest
|
Posted: Sat Feb 28, 2004 9:22 pm Post subject: socket programming |
|
|
Hi. I was wondering if there were any good tutorials related to socket
programming, and handling different protocols, etc.
Thanks,
J.L.
|
|
| Back to top |
|
 |
Artie Gold Guest
|
Posted: Sat Feb 28, 2004 9:51 pm Post subject: Re: socket programming |
|
|
Poiquiop wrote:
| Quote: | 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'.
--
Artie Gold -- Austin, Texas
"Yeah. It's an urban legend. But it's a *great* urban legend!"
|
|
| Back to top |
|
 |
SaltPeter Guest
|
Posted: Sun Feb 29, 2004 4:24 am Post subject: Re: socket programming |
|
|
"Poiquiop" <poiquiop (AT) gamebox (DOT) net> wrote
| Quote: | 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.
|
|
| Back to top |
|
 |
Nick Hounsome Guest
|
Posted: Sun Feb 29, 2004 1:16 pm Post subject: Re: socket programming |
|
|
"SaltPeter" <SaltPeter (AT) Jupiter (DOT) sys> wrote
| Quote: |
"Poiquiop" <poiquiop (AT) gamebox (DOT) net> wrote in message
news:XI70c.630$R37.475 (AT) read1 (DOT) cgocable.net...
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.
|
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.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|