An open API service indexing awesome lists of open source software.

https://github.com/illescasdaniel/file

C++ class to easily read and write to files
https://github.com/illescasdaniel/file

cpp file read write

Last synced: 10 months ago
JSON representation

C++ class to easily read and write to files

Awesome Lists containing this project

README

          

# File

[![Version](https://img.shields.io/badge/version-v3-green.svg)](https://github.com/illescasDaniel/File/releases)

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.