Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 413 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 413 Bytes

File

Version

A wrapper around std::fstream to easily read and write content from/to files in C++.

Main features:

  • Open files (read or write) without having to close them manually
  • Static methods to read or write files in one line
  • Write in text or binary mode

Example found in the main.cpp file.