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.
我想在 sockect 的 fd 上打开一个流,以在其上读取和写入,但不使用 C 函数,如open() read()or write()。
open()
read()
write()
我环顾四周,fstream但显然没有做我想做的事。
fstream
有什么想法或建议吗?
可以做到,我以前见过,我尝试为缓冲区做,将内容流式传输到缓冲区,稍后可用于发送到
写()
系统调用
看看这个,这是定制的