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.

About

C++ class to easily read and write to files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages