Michał Bąkowski first worked with Delphi many years ago. He participated in the Delphi 26th Showcase Challenge with his cutting optimization (TonCut) showcase entry. Learn more about his software over at the TonCut website.
When did you start using RAD Studio/Delphi and have long have you been using it?
I’ve started with Delphi 1 ages ago. Before I was working with Borland Pascal for…
You may know C or C++ from college and want to develop apps, games and AI applications, but are unsure if what you learned suffices to help you reach your goal. How can you shift from “classroom” C++ to Modern C++?
Today, coding in any programming language is an…
Use Modern GUI Forms
Modern C++ compilers with IDE (Visual C++, C++ Builder, Objective-C, Android Studio, etc.) use a graphical interface by operating system behaviors of the application compiled. Console-based applications are good, but in some cases, you may need to add…
Adopt the latest standards
C++ is a great programming language with it’s standards dating from 1998. The C++ standard is not about teaching how to use C++; it is a formal and very detailed technical document intended primarily for people writing C++ compilers and standard library implementation. This allows developers to code knowing that their code will work on other toolchains implementing…
Magnificent Fitting Program Software Is Made In Delphi
April 26, 2021
FittingKVdm is an easy-to-use iterative curve fitting program with a uniquely improved algorithm: ‘multidirectional regression analysis’. The software teaches students an understanding of why the Body Mass Index was always defined wrongly as m/h² instead of…
LearnCPlusPlus.org :: Mathematics, Strings, For Loops, Operators in C++ ; TwineCompile, JIT Compilation, Background Threads
April 26, 2021
Hello C++ Builder Developers,
Over on the LearnCPlusPlus.org website, we’re continuing to add to the “Introduction to C++” post series for beginners as well as more advanced posts for more experienced professionals both here and on our other…