Input/output (C++)
              < Input 
 
            
          | C++ Standard Library | 
|---|
| Containers | 
| C standard library | 
In the C++ programming language, input/output library refers to a family of class templates and supporting functions in the C++ Standard Library that implement stream-based input/output capabilities. It is an object-oriented alternative to C's FILE-based streams from the C standard library.