Examples for Winsock?

2019-01-16 21:42发布

What do you guys recommend for a resource for winsock?

I have an assignment that we have only have a few days to do that needs to send a simple packet using UDP (and receive the same type of packet).

I am fairly familiar with C# sockets but nothing with C++.

Any tips or resources?

5条回答
时光不老,我们不散
2楼-- · 2019-01-16 22:22

Besides the MSDN resource "Getting Started with Winsock" mentioned already I would recommend the "Winsock Programmer's FAQ" on tangentsoft.net.

查看更多
贼婆χ
3楼-- · 2019-01-16 22:24

Possibly more advanced than you need right now but...

I have a series of (rather old) articles on writing scalable servers using Winsock and IO Completion Ports and a free framework of code.

The code and links to the articles are available here.

查看更多
倾城 Initia
6楼-- · 2019-01-16 22:43

How about the step-by-step guide to getting started with Windows Sockets programming from the Winsock documentation on MSDN.

查看更多
登录 后发表回答