alignment.cpp
来自「这是一个程序的一般架构方法」· C++ 代码 · 共 27 行
CPP
27 行
//-- {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 + =
减小字号Ctrl + -
显示快捷键?