# I/O Topics include: * Character output (`std::cout`) * Character input (`std::cin`) * [{fmt}][fmt] (`fmt::print`) (Note that the `c` in `cout` and `cin` is for _character_, not _console_.) # History * `printf` * `scanf` [fmt]: https://github.com/fmtlib/fmt