Skip to content

Integers are written to file rather than to volatile memory. useful for keeping track of counters between reboots. Compile and works with VS2017 and g++.

Notifications You must be signed in to change notification settings

gabrielfoo/StatefulFileCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StatefulFileCounter

An easy way to keep track of numbers between restarts, as it abstracts the process of writing numbers into files and then adding or substracting them. Compile and works with VS2017 and g++.

About

Integers are written to file rather than to volatile memory. useful for keeping track of counters between reboots. Compile and works with VS2017 and g++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages