As with C, Input/Output is not part of the language, but support
is provided by a library. Most programs need to
use #include <iostream>. You may also need
#include <fstream> for file I/O,
#include <iomanip> for greater control over formatting,
and #include <sstream> for I/O to and from
strings.