I am still wondering what the "read buffer" means in the context of "std :: ostream" (cout).
"", " " " ", " ".
, Cfront, . . , Cfront 2.0, , , . . 2-5:
int rdcount();
int rdmode();
int rdmax();
void setmode(int);
void setmax(int);
, "rd" "set", -, .
, rdbuf(basic_streambuf<C,T>*), streambuf, , setbuf, streambuf . rdbuf "setter" โโ, "getter", STRSTREAM (3++) PDF-, :
class strstream : public strstreambase, public iostream {
public:
strstream();
strstream(char*, int, int mode);
strstreambuf* rdbuf() ;
char* str();
};