📄 inwhere.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -