开发者

Replace the C socket API in C++ on z/OS [closed]

开发者 https://www.devze.com 2023-04-09 04:56 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

I am including sys/socket.h, I still get compile time errors telling me that AF_INET is not defined. but still i am facing the issues getting the C s开发者_StackOverflow中文版ockets API to work properly in C++. please help me...


check out the z/OS UNIX System Services sockets section in the z/OS XL C/C++ Programming Guide. Make sure you're including the necessary header files and using the appropriate #defines.

0

精彩评论

暂无评论...
验证码 换一张
取 消