Download    C & C++    Projects

  1. Introduction

    All C and C++ implementation projects that I decided to publish are collected here. The available download packages include following content:
    1. Implementation specific header and source files. General purpose libraries, like those made available by the IDE, are not included (unless otherwise stated).

    2. Project files used by the IDE to built the project on my computer.

    3. One or more released version of the executable code, built on my Operating System: MacOSX. Since didactic issues are stressed, I will leave it to the readers to re-build the project on their own systems.

  2. C projects

    No input yet.

  3. C++ projects

    1. Unit converter

      For a description of project Unit Converter click here.

      IDE Date Name/Info Download
      Qt June 2016

      Console implementation, release version 1.0

      H files

      • cl_calculator.h
      • converter_generic.h
      • converter_temperature.h
      • converter_time.h
      • global_UnitConversionTable.h

      CPP files

      • cl_calculator.cpp
      • converter_generic.cpp
      • converter_temperature.cpp
      • converter_time.cpp
      • global_UnitConversionTable.cpp
      • main.cpp

      TNL 508 (total number of lines in H/CPP files)
      LOC 324 (lines of code)
      Click here
      Tab. List of releases available downloads in project Unit Converter