摘要: #pragma once#include<string>#ifndef CAR_H#define CAR_H using namespace std; class car{private: string plate; string action; int number;public: car(); 阅读全文
posted @ 2016-04-01 16:17 BigMinnow 阅读(204) 评论(0) 推荐(0) 编辑