inwhere.h

来自「警察小偷爸爸妈妈儿子女儿过河」· C头文件 代码 · 共 34 行

H
34
字号
// InWhere.h: interface for the InWhere class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_INWHERE_H__0DB2B505_4563_47FC_B290_DBDE6291E77F__INCLUDED_)
#define AFX_INWHERE_H__0DB2B505_4563_47FC_B290_DBDE6291E77F__INCLUDED_

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

class InWhere  
{
public:
	int boat;
	BOOL Test();
	int father;
	int mother;
	int plice;
	int son1;
	int son2;
	int daughter1;
	int daughter2;
	int shife;
	InWhere & operator =(const InWhere &other);
	BOOL operator ==(const InWhere &other);
	BOOL operator !=(const InWhere &other);
	InWhere();
	virtual ~InWhere();

};

#endif // !defined(AFX_INWHERE_H__0DB2B505_4563_47FC_B290_DBDE6291E77F__INCLUDED_)

⌨️ 快捷键说明

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