To use, or to reuse, that is the question.
The purpose of the library is to provide C++ utility solutions for reuse in various applications.
The root directory of the DKUTIL.LIB library contains this readme.md file as well as the following subdirectories;
- dkutil - contains build artefacts;
- include - contains library header files;
- review - contains source modules currently under review or testing. These are candidate source modules that haven't made into the current set of library source modules yet;
- source - current set of library source modules.
TBA
Here is the MS Visual Studio configuration log used to build the target in both the Debug and Release configurations:
- Switch precompiled headers off;
- Set the language standard to the most recent version;
- Let the c++ compiler know the location of include area: ../include
- Provide the _CONSOLE preprocessor definition to enable color output in Windows CLI;
No optimisation has been used in the Debug configuration. Specifically in the Release configuration the "Favour Speed over Size" optimisation option may be desired.
TBA
TBA