tags:

views:

118

answers:

2

Hey,

I have been learning C over the last two weeks, managed to get my head around pointers, arrays and structures.

I am looking to do a bit of socket programming on windows and was wondering if anyone has any websites with tutorials and examples or suggest books that teach network programming with winsock?

I have tried looking for some but all seem to be aimed at towards linux/unix.

Cheers

Eef

+3  A: 

It doesn't get any better than Beej!

He addresses Windows in particular in this section.

Matt Ball
+1  A: 

While not a tutorial exactly, the Winsock Programmer's FAQ has tutorial elements, and it will answer the questions you'll have as you learn Winsock programming.

Disclaimer: I'm the FAQ's maintainer.

Warren Young