搜索资源列表
student
- VS2010,对C++中的基本概念(基本知识点)的理解和掌握,其中包括类、成员、函数、友元、重载、IO流、模板等;此外,还包含了对数据结构(链表)、内存操作的内容,以及编程的规范。-VS2010, on the basic concepts C++ (basic knowledge) to understand and master, including class, member, function, friends, overloading, IO streams, templates, e
cpp123
- 定义一个钟表类,包括三个私有成员,分别为小时、分钟、秒,在此基础上,请重载自增运算符(++)和自减运算符(--)为类的成员函数,使得钟表类的对象能进行基于秒数的时间变化。-Defines a clock class, including three private members, hours, minutes, seconds, respectively, on this basis, overload the auto increment operator (++) and decremen
shop
- 定义一个商品类,其中包括商品号,商品名,商品价格三个数据成员以及两个以上的构造函数,获取个信息类的方法,修改价格的方法,打印数据的方法,并在定一个食品子类,一个玩具子类,-Define a class goods, including goods, goods name, commodity prices three data members and more than two constructors, access to information class methods, modify t
