Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种将 send 与 ENOTCONN 标志一起使用的方法,但编译器说 ENOTCONN 未在此范围内声明。
我知道我应该包括,但我不知道如何在 C++ 中做到这一点。
谢谢你的帮助。
我猜 ENOTCONN 是一个错误代码,而不是 send() 的标志。你到底想达到什么目的?