Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ 標準 I/O ライブラリには、 と の 2 つの名前がありrdstateますrdbuf。「state」と「buf」は知っていますが、「rd」とは何ですか?
rdstate
rdbuf
rdstate(PS: 私はandの使い方を知っていると信じてrdbufいます。それを教えないでください)。
ほとんどの人が「getXXX」を使用するのと同じように、「読み取り」の略だと思います。