-
All C and C++ implementation projects that I decided to publish are collected here. The available download packages include following content:
Implementation specific header and source files. General purpose libraries, like those made available by the IDE, are not included (unless otherwise stated).
Project files used by the IDE to built the project on my computer.
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.
-
No input yet.
-
-
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
-