My personal library for simple C++ input/output control.
Used in some of my projects for this exact purpose.
- Read from terminal
- Write to terminal
- Read nth line from file
- Read a vector of ints from file, all seperated using a seperator
- Ditto but for vector of strings
- Ditto matrix of ints
- Ditto matrix of string