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
- Host: GitHub
- URL: https://github.com/illescasdaniel/file
- Owner: illescasDaniel
- License: mit
- Created: 2016-06-12T19:06:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T22:02:07.000Z (over 6 years ago)
- Last Synced: 2025-03-27T09:21:25.717Z (11 months ago)
- Topics: cpp, file, read, write
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File
[](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.