SM0 She11
Path:
/
/
usr
/
include
/
c++
/
4.8.2
Full Path (server): /usr/include/c++/4.8.2
Create Fil3
Upl04d Fil3
📄 algorithm
[E]
[D]
[R]
📄 array
[E]
[D]
[R]
📄 atomic
[E]
[D]
[R]
📁 backward
Open
[D]
[R]
📁 bits
Open
[D]
[R]
📄 bitset
[E]
[D]
[R]
📄 cassert
[E]
[D]
[R]
📄 ccomplex
[E]
[D]
[R]
📄 cctype
[E]
[D]
[R]
📄 cerrno
[E]
[D]
[R]
📄 cfenv
[E]
[D]
[R]
📄 cfloat
[E]
[D]
[R]
📄 chrono
[E]
[D]
[R]
📄 cinttypes
[E]
[D]
[R]
📄 ciso646
[E]
[D]
[R]
📄 climits
[E]
[D]
[R]
📄 clocale
[E]
[D]
[R]
📄 cmath
[E]
[D]
[R]
📄 complex
[E]
[D]
[R]
📄 complex.h
[E]
[D]
[R]
📄 condition_variable
[E]
[D]
[R]
📄 csetjmp
[E]
[D]
[R]
📄 csignal
[E]
[D]
[R]
📄 cstdalign
[E]
[D]
[R]
📄 cstdarg
[E]
[D]
[R]
📄 cstdbool
[E]
[D]
[R]
📄 cstddef
[E]
[D]
[R]
📄 cstdint
[E]
[D]
[R]
📄 cstdio
[E]
[D]
[R]
📄 cstdlib
[E]
[D]
[R]
📄 cstring
[E]
[D]
[R]
📄 ctgmath
[E]
[D]
[R]
📄 ctime
[E]
[D]
[R]
📄 cwchar
[E]
[D]
[R]
📄 cwctype
[E]
[D]
[R]
📄 cxxabi.h
[E]
[D]
[R]
📁 debug
Open
[D]
[R]
📁 decimal
Open
[D]
[R]
📄 deque
[E]
[D]
[R]
📄 exception
[E]
[D]
[R]
📁 ext
Open
[D]
[R]
📄 fenv.h
[E]
[D]
[R]
📄 forward_list
[E]
[D]
[R]
📄 fstream
[E]
[D]
[R]
📄 functional
[E]
[D]
[R]
📄 future
[E]
[D]
[R]
📄 initializer_list
[E]
[D]
[R]
📄 iomanip
[E]
[D]
[R]
📄 ios
[E]
[D]
[R]
📄 iosfwd
[E]
[D]
[R]
📄 iostream
[E]
[D]
[R]
📄 istream
[E]
[D]
[R]
📄 iterator
[E]
[D]
[R]
📄 limits
[E]
[D]
[R]
📄 list
[E]
[D]
[R]
📄 locale
[E]
[D]
[R]
📄 map
[E]
[D]
[R]
📄 memory
[E]
[D]
[R]
📄 mutex
[E]
[D]
[R]
📄 new
[E]
[D]
[R]
📄 numeric
[E]
[D]
[R]
📄 ostream
[E]
[D]
[R]
📁 parallel
Open
[D]
[R]
📁 profile
Open
[D]
[R]
📄 queue
[E]
[D]
[R]
📄 random
[E]
[D]
[R]
📄 ratio
[E]
[D]
[R]
📄 regex
[E]
[D]
[R]
📄 scoped_allocator
[E]
[D]
[R]
📄 set
[E]
[D]
[R]
📄 sstream
[E]
[D]
[R]
📄 stack
[E]
[D]
[R]
📄 stdexcept
[E]
[D]
[R]
📄 streambuf
[E]
[D]
[R]
📄 string
[E]
[D]
[R]
📄 system_error
[E]
[D]
[R]
📄 tgmath.h
[E]
[D]
[R]
📄 thread
[E]
[D]
[R]
📁 tr1
Open
[D]
[R]
📁 tr2
Open
[D]
[R]
📄 tuple
[E]
[D]
[R]
📄 type_traits
[E]
[D]
[R]
📄 typeindex
[E]
[D]
[R]
📄 typeinfo
[E]
[D]
[R]
📄 unordered_map
[E]
[D]
[R]
📄 unordered_set
[E]
[D]
[R]
📄 utility
[E]
[D]
[R]
📄 valarray
[E]
[D]
[R]
📄 vector
[E]
[D]
[R]
📁 x86_64-redhat-linux
Open
[D]
[R]
Editing: iostream
// Standard iostream objects -*- C++ -*- // Copyright (C) 1997-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. /** @file include/iostream * This is a Standard C++ Library header. */ // // ISO C++ 14882: 27.3 Standard iostream objects // #ifndef _GLIBCXX_IOSTREAM #define _GLIBCXX_IOSTREAM 1 #pragma GCC system_header #include <bits/c++config.h> #include <ostream> #include <istream> namespace std _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @name Standard Stream Objects * * The <iostream> header declares the eight <em>standard stream * objects</em>. For other declarations, see * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C * library's @c FILE streams, and to be available during program * startup and termination. For more information, see the section of the * manual linked to above. */ //@{ extern istream cin; /// Linked to standard input extern ostream cout; /// Linked to standard output extern ostream cerr; /// Linked to standard error (unbuffered) extern ostream clog; /// Linked to standard error (buffered) #ifdef _GLIBCXX_USE_WCHAR_T extern wistream wcin; /// Linked to standard input extern wostream wcout; /// Linked to standard output extern wostream wcerr; /// Linked to standard error (unbuffered) extern wostream wclog; /// Linked to standard error (buffered) #endif //@} // For construction of filebuffers for cout, cin, cerr, clog et. al. static ios_base::Init __ioinit; _GLIBCXX_END_NAMESPACE_VERSION } // namespace #endif /* _GLIBCXX_IOSTREAM */
Save