c++ -> 左移 && 右移 運算符重載

#include <iostream> using namespace std; class Complex { private: int a; int b; //friend void operator<<(ostream &out, Complex &c1); friend ostream& operator<<(ostream &out, Complex
相關文章
相關標籤/搜索