geopoint.h

来自「在PDA中的画图程序」· C头文件 代码 · 共 22 行

H
22
字号
// GeoPoint.h: interface for the CGeoPoint class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GEOPOINT_H__2C08C6EB_8517_4414_AADD_78D556194A27__INCLUDED_)
#define AFX_GEOPOINT_H__2C08C6EB_8517_4414_AADD_78D556194A27__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CGeoPoint  
{
public:
	CGeoPoint();
	virtual ~CGeoPoint();
	float x;
	float y;
};

#endif // !defined(AFX_GEOPOINT_H__2C08C6EB_8517_4414_AADD_78D556194A27__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?