摘要: function.h #include"members.h" #include<iostream> using namespace std; Car::Car(double w, double s) { weight = w; speed = s; } Car::Car (const Car &p) 阅读全文
posted @ 2022-06-29 02:16 Novice!!! 阅读(72) 评论(0) 推荐(0) 编辑