codetmpl.h
来自「代码模版 codtemplate」· C头文件 代码 · 共 46 行
H
46 行
! This header is used for .h files
#{Include File Header|fileh
/////////////////////////////////////////////////////////////////////////////
// <%FILE:BASENAME%>
//
// Copyright (c) 2003 by YourCompany, Inc.
// All rights reserved.
//
// Date: <%TODAY%>
// Autor: <%USERNAME:U%>
// Description: <%?Description:%>
///////////////
#if !defined(__<%FILE:FNAME:U%>_H_<%GUID:R=-_:U%>__)
#define __<%FILE:FNAME:U%>_H_<%GUID:R=-_:U%>__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#undef <%PROJECT:R _:U%>_PUBLIC_CLASS
#if defined(__<%PROJECT:R= _:U%>_BUILD__)
# define <%PROJECT:R= _:U%>_PUBLIC_CLASS __declspec(dllexport)
#else
# define <%PROJECT:R= _:U%>_PUBLIC_CLASS __declspec(dllimport)
#endif
#endif // !defined(__<%FILE:FNAME:U%>_H_<%GUID:R=-_:U%>__)
}#
#{Section Header|sh
/////////////////////////////////////////////////////////////////////////////
//
// <%?Section name%>
//
///////////////
}#
#{Subsection Header|subh
/////////////////////////////////////////////////////////////////////////////
// <%?Subsection name%>
}#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?