文件名称:Cpp2
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-15
- 文件大小:
- 656kb
- 下载次数:
- 0次
- 提 供 者:
- 紫***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个名为MyPoint 的类,表示直角坐标系中的一个点。这个类包含:
(1)两个数据域x 和y,表示坐标。
(2)一个无参构造函数,创建一个点(0,0)。
(3)一个构造函数,按给定的坐标创建一个点。
(4)x 和y 的获取器函数。
(5)一个名为 distance()的函数,返回当前点和另一个给定的 MyPoint 类型的点之间的距离。
编写一个测试程序,它创建两个点(0,0)和(10,30.5), 并输出两点之间的距离。-MyPoint design named class in the Cartesian coordinate system represents a point. This class includes:
(A) two data fields x and y, and said coordinates.
(2) a no-argument constructor, create a point (0,0).
(3) a constructor, given the coordinates by creating a point.
(4) x and y acquirer functions.
(5) a function named distance (), returning from a given point to another point and MyPoint type between the current.
Write a test program that creates two points (0,0) and (10,30.5), and outputs the distance between two points.
(1)两个数据域x 和y,表示坐标。
(2)一个无参构造函数,创建一个点(0,0)。
(3)一个构造函数,按给定的坐标创建一个点。
(4)x 和y 的获取器函数。
(5)一个名为 distance()的函数,返回当前点和另一个给定的 MyPoint 类型的点之间的距离。
编写一个测试程序,它创建两个点(0,0)和(10,30.5), 并输出两点之间的距离。-MyPoint design named class in the Cartesian coordinate system represents a point. This class includes:
(A) two data fields x and y, and said coordinates.
(2) a no-argument constructor, create a point (0,0).
(3) a constructor, given the coordinates by creating a point.
(4) x and y acquirer functions.
(5) a function named distance (), returning from a given point to another point and MyPoint type between the current.
Write a test program that creates two points (0,0) and (10,30.5), and outputs the distance between two points.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++实验2
........\Debug
........\.....\MyPoint.obj
........\.....\TestMyPoint.obj
........\.....\test2.exe
........\.....\test2.ilk
........\.....\test2.pch
........\.....\test2.pdb
........\.....\vc60.idb
........\.....\vc60.pdb
........\MyPoint.cpp
........\MyPoint.h
........\TestMyPoint.cpp
........\test2.dsp
........\test2.dsw
........\test2.ncb
........\test2.opt
........\test2.plg