https://JimFawcett.github.io/CppUtilities.html
These utilities are used in a lot of my code, which will appear in other repositories. Many provide all their functionality in header files, but provide cpp files for demonstration.
- FileSystem and DirExplorers will be moved to their own repositories and removed
- SingletonLogger will be redesigned
- Construction tests - cpp mains in each of the Utility projects - will be redesigned
- Regression tests - groups of tests that use a single-user test harness found in TestUtilities - will be added to most of the Utilities.