?? lottoryutils.h
字號:
// LottoryUtils.h: interface for the LottoryUtils class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LOTTORYUTILS_H__78744B4B_4480_4A29_9378_8741588ADDC7__INCLUDED_)
#define AFX_LOTTORYUTILS_H__78744B4B_4480_4A29_9378_8741588ADDC7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class LottoryUtils
{
public:
void getRand(int *result,int maxnum,int num);
LottoryUtils();
virtual ~LottoryUtils();
};
#endif // !defined(AFX_LOTTORYUTILS_H__78744B4B_4480_4A29_9378_8741588ADDC7__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -