| <<< | Index | >>> |
| std::ostream | std::cout; | // predefined |
|
|
// single bytes | |
|
|
// byte array | |
| std::istream | std::cin; | // predefined |
|
|
// single bytes | |
|
|
// byte array |
| <<< | Index | >>> |