10 2021 档案

摘要:task5 Info.hpp代码如下 #include<iostream> #include<string> using namespace std; class Info{ public: Info(string nickname1,string contact1,string city1,int 阅读全文
posted @ 2021-10-31 16:34 纸鸢* 阅读(44) 评论(3) 推荐(1)
摘要: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)
摘要:task3 Complex.hpp 代码 #include<iostream> #include<math.h> using namespace std; class Complex{ public: Complex(); Complex(double real1,double imag1); Co 阅读全文
posted @ 2021-10-20 22:54 纸鸢* 阅读(24) 评论(0) 推荐(0)