Tag Archive for: code migration

Refactoring Legacy Code Using Object-Oriented Numeric

Introduction The migration project of the numerical library to modern C++20 is completed, and I am working on the validation of the physics algorithms. I started the rafctoring of legacy code, and I want to share a design or a prototype.   The original version of the code was written with the C-function approach; the new […]

Scientific Programming Using Modern C++ Features

Scientific Programming Modern C++ Scientific programming using Modern C++ requires a new way of thinking about programming, at first sight it may often be more abstract and more difficult to understand than conventional codes. Adopting these new features means not only learning a whole programming style but learning new unfamiliar features as well. I’m currently […]

Contractual agreement of programming consultant services

The field of application is in passenger transport by train. The application is written in C++ under Windows OS (Visual Studio 2010 IDE).