本文介绍了C ++流输入输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

"cout"和"cerr"之间有什么区别?使用Turbo C ++编译器找不到任何区别. C ++ I/O中缓冲区的概念是什么?

what is the difference between ''cout'' and ''cerr''? I could not find any difference using Turbo C++ compiler. What is the concept of buffer in C++ I/O?

推荐答案


这篇关于C ++流输入输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-24 13:35