⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alignment.cpp

📁 这是一个程序的一般架构方法
💻 CPP
字号:
//-- {CycleCode: 527} file [0..479]
//-- {AddDecl: 528} module.includes preserve=yes [0..204]
//## begin module.includes preserve=yes
// Alignment.cpp: implementation of the Alignment class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "inlinefunction.h"
#include "Alignment.h"

//## end module.includes preserve=yes
//-- {StartSubRegion: 529} region.conditional [205..219]
#ifdef _DEBUG
//-- {AddDecl: 530} module.vulnerableDeclarations [220..295]
//## begin module.additionalDeclarations preserve=yes
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
//## end module.additionalDeclarations
//-- {StartSubRegion: 531} region.conditional [296..479]
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
////////////////////////////////////////////////////////////////////// 

⌨️ 快捷键说明

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