摘要:
实验任务3: 1.代码: pets.hpp: 1 pragma once 2 3 #include<iostream> 4 #include<string> 5 using std::cout; 6 using std::cin; 7 using std::endl; 8 using std::st 阅读全文
摘要:
任务1: 1.代码:point.hpp: 1 #pragma once 2 3 #include <iostream> 4 using std::cout; 5 using std::endl; 6 class Point { 7 public: 8 Point(int x0 = 0, int y0 阅读全文