关于freopen与ios::sync_with_stdio(false)
  • 板块学术版
  • 楼主MrPython小河狸贝瓦
  • 当前回复15
  • 已保存回复15
  • 发布时间2022/10/13 19:42
  • 上次更新2023/10/27 07:39:50
查看原帖
关于freopen与ios::sync_with_stdio(false)
679581
MrPython小河狸贝瓦楼主2022/10/13 19:42

总所周知 ios::sync_with_stdio(false)的作用是解除stdio与iostream的绑定以提高iostream的速度
但是freopen是打开到stdio上的 解除绑定后iostream是否还能使用?如果能,有哪些需要注意的?
以及fclose()是必须的吗

2022/10/13 19:42
加载中...