文件名称:_4_3
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个类Stock,记录一只股票的基本信息,信息包括交易日序号(OrderofTradeDate)(表示本月的第几个交易日,用整数表示)、当日最高价(HighestPrice)、当日最低价(LowestPrice)、当日开盘价(OpeningPrice)和当日收盘价( closing quotation price)。尽量发挥想象力,为该类设计构造函数、析构函数和成员函数。在主函数中建立两个股票对象,分别存储该股票昨天和今天的信息,
以当日收盘价计算股票今天的涨幅(Increase)[(今天收盘价-昨天收盘价)/昨天收盘价]=涨幅。-Define a class of Stock, a stock record basic information, information including the trading day number (for the first few trading days this month, with the integer) 、 highest price the day 、 day low 、 date of opening and closing price of the day .
以当日收盘价计算股票今天的涨幅(Increase)[(今天收盘价-昨天收盘价)/昨天收盘价]=涨幅。-Define a class of Stock, a stock record basic information, information including the trading day number (for the first few trading days this month, with the integer) 、 highest price the day 、 day low 、 date of opening and closing price of the day .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
_4_3.cpp