threadcompete.h

来自「模拟哲学家就餐过程」· C头文件 代码 · 共 34 行

H
34
字号

#if !defined(AFX_THREADCOMPETE_H__52AECF65_BBAE_11D6_81B5_00106076215B__INCLUDED_)
#define AFX_THREADCOMPETE_H__52AECF65_BBAE_11D6_81B5_00106076215B__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

class CThreadCompeteApp : public CWinApp
{
public:
	CThreadCompeteApp();

	//{{AFX_VIRTUAL(CThreadCompeteApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

public:
	//{{AFX_MSG(CThreadCompeteApp)
	afx_msg void OnAppAbout();
	afx_msg void OnAppExit(); 
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif 

⌨️ 快捷键说明

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