C++ 类 {定义Point类,能够设置、获取并打印出点的X、Y坐标,要求声明在Point.h中,实现在Point.cpp中。}
要求声明在Point.h中,实现在Point.cpp中。是什么意思呢求解!!#include<Point.h>classpoint{public:voidsetHeng(...
要求声明在Point.h中,实现在Point.cpp中。
是什么意思呢 求解!!
#include <Point.h>
class point{
public:
void setHeng(float x)
void setZong(float y)
private:
float x,y;
};
#include <stream.h>
#include <Point.cpp>
int main()
{
float x,y;
cout<<"x,y"<<x,y<<endl;
return 0;
}
我是这样写的 展开
是什么意思呢 求解!!
#include <Point.h>
class point{
public:
void setHeng(float x)
void setZong(float y)
private:
float x,y;
};
#include <stream.h>
#include <Point.cpp>
int main()
{
float x,y;
cout<<"x,y"<<x,y<<endl;
return 0;
}
我是这样写的 展开
6个回答
展开全部
我按你那改的,自己看看,其实挺简单的,需要两个文件
在头文件中Point.h
class point
{
public:
void setHeng(float x)
void setZong(float y)
private:
float x,y;
};
在Point.cpp文件
#include <stream.h>
#include <Point.h>
int main()
{
float x,y;
cout<<"x,y"<<x,y<<endl;
return 0;
}
在头文件中Point.h
class point
{
public:
void setHeng(float x)
void setZong(float y)
private:
float x,y;
};
在Point.cpp文件
#include <stream.h>
#include <Point.h>
int main()
{
float x,y;
cout<<"x,y"<<x,y<<endl;
return 0;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询