Skip to content

illescasDaniel/File

Repository files navigation

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.