📄 commonfunction.h
字号:
// CommonFunction.h: interface for the CCommonFunction class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMMONFUNCTION_H__659255F3_9009_4C1D_B8B1_CBF3EDD0B804__INCLUDED_)
#define AFX_COMMONFUNCTION_H__659255F3_9009_4C1D_B8B1_CBF3EDD0B804__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
namespace CCommonFunction
{
CString GetFilePath(LPCTSTR lpszFilePath);
CString GetFileName(LPCTSTR lpszFilePath);
CString GetFileExtName(LPCTSTR lpszFilePath);
};
#endif // !defined(AFX_COMMONFUNCTION_H__659255F3_9009_4C1D_B8B1_CBF3EDD0B804__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -