Winsock 的示例?

发布于 2024-08-24 05:07:11 字数 142 浏览 5 评论 0 原文

你们对winsock 的资源有何推荐?

我有一个任务,我们只有几天的时间来做,需要使用 UDP 发送一个简单的数据包(并接收相同类型的数据包)。

我对 C# 套接字相当熟悉,但对 C++ 却一无所知。

有什么建议或资源吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

我爱人 2024-08-31 05:07:11

除了 MSDN 资源“Winsock 入门”已经提到,我会推荐 tangentsoft.net 上的“Winsock 程序员常见问题解答”。

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

屋檐 2024-08-31 05:07:11

入门分步指南怎么样使用 Windows Sockets 编程(来自 MSDN 上的 Winsock 文档)。

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

天涯离梦残月幽梦 2024-08-31 05:07:11

可能比您现在需要的更高级,但是...

我有一系列(相当旧的)文章,介绍如何使用 Winsock 和 IO 完成端口以及免费的代码框架编写可扩展服务器。

文章的代码和链接可在此处获取。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文