2021年3月25日
摘要: stock20.h #ifndef STOCK20_H_#define STOCK20_H_#include<string> class Stock{private: std::string company; int shares; double share_val; double total_va 阅读全文
posted @ 2021-03-25 14:02 HuJiao粉 阅读(47) 评论(0) 推荐(0)
摘要: stock10.h #ifndef STOCK10_H_#define STOCK01_H_#include<string> class Stock{private: std::string company; long shares; double share_val; double total_v 阅读全文
posted @ 2021-03-25 14:01 HuJiao粉 阅读(73) 评论(0) 推荐(0)