📄 popular3.h
字号:
// Popular3.h: interface for the Popular3 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_POPULAR3_H__425DFF87_45A8_4124_A760_C90B83EF96E1__INCLUDED_)
#define AFX_POPULAR3_H__425DFF87_45A8_4124_A760_C90B83EF96E1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Popular.h"
class Popular3 : public Popular
{
public:
Popular3(Coding *,Adaptability *,int);
virtual double * GetPop();
virtual void store(FILE *,FILE *);
virtual void SetPop(double *);
virtual void SetPop(Popular *);
virtual ~Popular3();
private:
int * pop;
};
#endif // !defined(AFX_POPULAR3_H__425DFF87_45A8_4124_A760_C90B83EF96E1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -