在 AIX 系统上使用 Winsock - 可能吗?
是否可以在AIX系统上使用winsock?
如果没有,C++ 中是否有针对基于 UNIX 的计算机的本机支持和电子邮件支持,而无需导入第 3 方库?
提前致谢
Is it possible to use winsock on an AIX system?
If not, is there any native support in C++ for unix based machines and e-mail support, without importing 3rd party libraries?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Winsock 在 AIX 中的模拟是使用 BSD 套接字 API,这是 Winsock 的基础。
会有一些差异,但如果您有用 Winsock 编写的电子邮件代码,您应该能够将其转换为 BSD API。
Winsock's analog in AIX is the use of the BSD sockets API, which is what Winsock is based on.
There will be some differences, but if you have email code written in Winsock, you should be able to translate it to BSD API.