简体   繁体   English

C网络编程-Winsock

[英]C Network Programming - Winsock

I have been learning C over the last two weeks, managed to get my head around pointers, arrays and structures. 在过去的两周里,我一直在学习C语言,设法使我着迷于指针,数组和结构。

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? 我想在Windows上进行一些套接字编程,并且想知道是否有人在使用教程和示例的网站,或者是否建议使用Winsock进行网络编程的书籍?

I have tried looking for some but all seem to be aimed at towards linux/unix. 我曾尝试寻找一些,但似乎都针对linux / unix。

Cheers 干杯

Eef ef

It doesn't get any better than Beej ! 没有比Beej好

He addresses Windows in particular in this section . 他在本节中特别谈到Windows。

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. 尽管不是完全教程,但Winsock程序员的常见问题解答具有教程元素,它将回答您学习Winsock编程时遇到的问题。

Disclaimer: I'm the FAQ's maintainer. 免责声明:我是FAQ的维护者。

You can also take a look at microsoft's documentation . 您还可以查看Microsoft的文档 It's pretty well done 做得很好

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM