There are two names in C++ standard I/O library: rdstate
and rdbuf
. I know "state" and "buf", but what is "rd"?
(PS: I believe I know how to use rdstate
and rdbuf
, don't teach me that).
There are two names in C++ standard I/O library: rdstate
and rdbuf
. I know "state" and "buf", but what is "rd"?
(PS: I believe I know how to use rdstate
and rdbuf
, don't teach me that).
They stand for "read" I think, similar to how most people use "getXXX".