iostream.h

来自「A Library of Efficient Data Types and Al」· C头文件 代码 · 共 43 行

H
43
字号
/*******************************************************************************++  LEDA 4.5  +++  iostream.h+++  Copyright (c) 1995-2004+  by Algorithmic Solutions Software GmbH+  All rights reserved.+ *******************************************************************************/// $Revision: 1.3 $  $Date: 2004/02/06 11:19:51 $#ifndef LEDA_STD_INCLUDE_IOSTREAM#define LEDA_STD_INCLUDE_IOSTREAM#define LEDA_STD_INCLUDE#if defined(LEDA_STD_IO_HEADERS)#include <iostream>#include <iomanip>#if (__BORLANDC__ > 0x520)using std::cout;using std::endl;using std::cin;#endif#else#include <iostream.h>#if !defined(__DMC__)#include <iomanip.h>#endif#endif#undef LEDA_STD_INCLUDE#endif

⌨️ 快捷键说明

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