iostrea2.html
来自「ST20 Embedded Toolset R2.0.5用于开发基于ST20芯片」· HTML 代码 · 共 39 行
HTML
39 行
<HTML><HEAD><TITLE><iostream.h></TITLE></HEAD><BODY><H1><A NAME="<iostream.h>"><CODE><iostream.h></CODE></A></H1><HR><P>Include the traditional header <B><CODE><iostream.h></CODE></B>to effectively include the standard header<A HREF="iostream.html"><CODE><iostream></CODE></A> and hoist itsnames outside the<A HREF="lib_cpp.html#std namespace"><CODE>std</CODE></A> namespace.</P><P>In this<A HREF="index.html#implementation">implementation</A>, <I>all</I>names are hoisted, to provide a more traditional library environment.<PRE>#include <iostream>using namespace std;</PRE><P>In this<A HREF="index.html#implementation">implementation</A>,<CODE><iostream.h></CODE> does<I>not</I> declare the<A HREF="lib_file.html#wide oriented">wide oriented</A>stream objects<CODE><A HREF="iostream.html#wcin">wcin</A></CODE>,<CODE><A HREF="iostream.html#wcout">wcout</A></CODE>,<CODE><A HREF="iostream.html#wcerr">wcerr</A></CODE>, and<CODE><A HREF="iostream.html#wclog">wclog</A></CODE>.</P><HR><P>See also the<B><A HREF="index.html#Table of Contents">Table of Contents</A></B> and the<B><A HREF="_index.html">Index</A></B>.</P><P><I><A HREF="crit_pjp.html">Copyright</A> © 1992-2002by P.J. Plauger. All rights reserved.</I></P><!--V4.01:1125--></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?