文件名称:test_2
- 所属分类:
- VC/C++相关
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 262kb
- 下载次数:
- 0次
- 提 供 者:
- sw***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Triangle (triangle), respectively, with output of more than one function printArea three of the area, three graphics the data given in the definition of the object.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test_2\Circle.cpp
......\Circle.h
......\Debug\Circle.obj
......\.....\Rectangle.obj
......\.....\Shape.obj
......\.....\StdAfx.obj
......\.....\test_2.exe
......\.....\test_2.ilk
......\.....\test_2.obj
......\.....\test_2.pch
......\.....\test_2.pdb
......\.....\Triangle.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\ReadMe.txt
......\Rectangle.cpp
......\Rectangle.h
......\Shape.cpp
......\Shape.h
......\StdAfx.cpp
......\StdAfx.h
......\test_2.cpp
......\test_2.dsp
......\test_2.dsw
......\test_2.ncb
......\test_2.opt
......\test_2.plg
......\Triangle.cpp
......\Triangle.h
......\Debug
test_2
......\Circle.h
......\Debug\Circle.obj
......\.....\Rectangle.obj
......\.....\Shape.obj
......\.....\StdAfx.obj
......\.....\test_2.exe
......\.....\test_2.ilk
......\.....\test_2.obj
......\.....\test_2.pch
......\.....\test_2.pdb
......\.....\Triangle.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\ReadMe.txt
......\Rectangle.cpp
......\Rectangle.h
......\Shape.cpp
......\Shape.h
......\StdAfx.cpp
......\StdAfx.h
......\test_2.cpp
......\test_2.dsp
......\test_2.dsw
......\test_2.ncb
......\test_2.opt
......\test_2.plg
......\Triangle.cpp
......\Triangle.h
......\Debug
test_2