up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

It doesn't get any better than Beej!

He addresses Windows in particular in this section.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.