Skip to content

This repository contains a lightweight C++ class made for simple data saving to files and loading from files.

License

Notifications You must be signed in to change notification settings

Auth0x78/Easy-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Storage

It is a lightweight C++ class designed for simple data saving to files and loading from files. It provides efficient methods for writing data to disk and reading data from files, making it suitable for various applications where basic file-based data storage is required.

Features.

  • Error Handling: Includes error codes for common file operation failures.
  • File Checksum Checking: Calculates and verifies checksums to detect file corruption.

Usage

  1. Instantiate the DataLoadSave class.
  2. Call the SaveData method to save data to a specified file.
  3. Use the LoadData method to load data from a file into a provided buffer.

Credits

About

This repository contains a lightweight C++ class made for simple data saving to files and loading from files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages