Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 4
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 4
Include the traditional header <iostream.h>
to effectively include the standard header
<iostream>
and hoist its
names outside the
std
namespace.
In this
implementation, all
names are hoisted, to provide a more traditional library environment.
#include <iostream>
using namespace std;
In this
implementation,
<iostream.h>
does
not declare the
wide oriented
stream objects
wcin
,
wcout
,
wcerr
, and
wclog
.
See also the
Table of Contents and the
Index.
Copyright © 1992-2002
by P.J. Plauger. All rights reserved.
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 61
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/dinkum_en/cpp/iostrea2.html on line 61