扩展阅读
当前位置: 编程语言>c/c++
C++ I/O 成员 sync_with_stdio():同标准I/O同步
发布时间:2014-1-19
本文导语: C++ I/O 成员 sync_with_stdio():同标准I/O同步
sync_with_stdio
语法:
static bool sync_with_stdio( bool sync=true );
sync_with_stdio()函数有打开或关闭使用c++风格i/o系统混合c风格的i/o系统的功能。