摘要: task 3 Complex.hpp 代码如下: #include<iostream> #include<math.h> using namespace std; class Complex{ public: Complex(); Complex(double real1,double imag1) 阅读全文
posted @ 2021-10-22 10:24 纸鸢* 阅读(75) 评论(3) 推荐(1)
摘要: task4 User.hpp 代码如下: #include<iostream> #include<string> using namespace std; class User{ public: User(string name1); User(string name1,string passwor 阅读全文
posted @ 2021-10-22 10:18 纸鸢* 阅读(28) 评论(0) 推荐(0)