摘要: 1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 6 7 class Screen 8 { 9 public: 10 //类的友元函数,可以使用类中的私有成员变量 11 friend int calcArea(S 阅读全文
posted @ 2020-04-05 20:44 萌萌~ 阅读(162) 评论(0) 推荐(0) 编辑