Skip to content

Latest commit

 

History

History

dkutil

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DKUTIL.LIB - C++ Utilities Library

To use, or to reuse, that is the question.


Table of Contents

  1. Introduction
  2. Directory Content
  3. Synopsis
  4. Build Notes
  5. Roadmap
  6. Links

Introduction

The purpose of the library is to provide C++ utility solutions for reuse in various applications.

Directory Content

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.

Synopsis

TBA

Build Notes

Here is the MS Visual Studio configuration log used to build the target in both the Debug and Release configurations:

  1. Switch precompiled headers off;
  2. Set the language standard to the most recent version;
  3. Let the c++ compiler know the location of include area: ../include
  4. 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.

Roadmap

TBA

Links

TBA