本文介绍了在rdstate和rdbuf中rd代表什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在C ++标准I / O库中有两个名称: rdstate
和 rdbuf
。我知道状态和buf,但什么是rd?
There are two names in C++ standard I/O library: rdstate
and rdbuf
. I know "state" and "buf", but what is "rd"?
(PS:我相信我知道如何使用 rdstate
和 rdbuf
,不要教我)。
(PS: I believe I know how to use rdstate
and rdbuf
, don't teach me that).
推荐答案
他们代表读我想,类似于大多数人使用getXXX。
They stand for "read" I think, similar to how most people use "getXXX".
这篇关于在rdstate和rdbuf中rd代表什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!