C++ Language/Std/FilesystemAccess
A major component of the computer's operating system is its "filesystem", which stores data within "files". A C++ program can interact with that filesystem.
- Moving and Deleting
- Directories
- Binary-Files
- Formatted I/O
- Newline-Converted-Files
- Size of a File
- Redirecting stdout
- Pipes
- Console I/O
- Streamed I/O