commonfunction.h
来自「自动化编译工具代码」· C头文件 代码 · 共 20 行
H
20 行
// 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 + =
减小字号Ctrl + -
显示快捷键?