摘要: stock.h main.cpp include include "stock.h" using namespace std; //对某个公司股票的首次购买 void Stock::acquire(const string &co, long n, double pr) { company=co; 阅读全文
posted @ 2018-09-30 20:22 尚修能的技术博客 阅读(229) 评论(0) 推荐(0)