I have been learning C over the last two weeks, managed to get my head around pointers, a开发者_StackOverflow社区rrays 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
It doesn't get any better than Beej!
He addresses Windows in particular in this section.
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.
You can also take a look at microsoft's documentation. It's pretty well done
精彩评论