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.
是否可以在 C/C++ 中阻止 io 缓冲区刷新自身?
为了获得最佳性能,我尝试保存数据,然后在操作完成后刷新。
我可以只写一个数组,然后再打印出来,我只是想知道这是否可能。
您可以通过调用来增加缓冲区的大小setvbuf。
setvbuf