<<<
Index
>>>
Stream I/O
#include
<iostream>
std::cout, std::cin, std::cerr
These correspond to stdout, stdin, and stderr in C
The << and >> operators (a mixed blessing)
std::endl
<<<
Index
>>>