memhandlertest.cpp

来自「IBM的解析xml的工具Xerces的源代码」· C++ 代码 · 共 21 行

CPP
21
字号
#pragma hdrstop//---------------------------------------------------------------------------//---------------------------------------------------------------------------#ifdef NEVER_COMPILE#include <stdio.h>// Dummy entry point to satisfy the BCB IDEint main(int argc, char* argv[]){	printf("*** Compile XercesC Library with Deprecated DOM API for this test\n");	return 0;}#endif// The real entry point is in the Samples folder//#include <MemoryMonitor.cpp>

⌨️ 快捷键说明

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