stdafx.cpp
来自「这是一个利用B+ Trees数据结构存储数据的源码,全部代码用C语言写的.」· C++ 代码 · 共 19 行
CPP
19 行
/***************************************************************************
stdafx.cpp - Source file that includes just the standard includes.
begin : April 2004
copyright : (C) 2004 by Phil Cairns
email : philcairns@hotmail.com
This code may be used in compiled form in any way you desire (including
commercial use). The code may be redistributed unmodified by any means
providing it is not sold for profit without the authors written consent,
and providing that this notice and the authors name and all copyright
notices remains intact.
This software is provided "as is" without express or implied warranty. Use
it at your own risk!
***************************************************************************/
#include "stdafx.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?