C++的重载流输出运算符

// 下列代码输出什么? #include <iostream> #include <string> // typedef basic_ostream<char> ostream; class A { private:     int m1,m2; public:     A(int a, int b) {         m1=a;m2=b;     }     operator std::st
相关文章
相关标签/搜索