Case StudyDelphiRAD Studio

This Is How I Ditched Visual C++ For Delphi And Got A Mind-Blowing 60x Speed Boost

Rick Kamenos writes for us today about how he took an enterprise app written in Visual Studio with C++ and rewrote it using our favorite IDE software RAD Studio with Delphi and went from an app which took hours to only a few minutes. It’s quite a compelling endorsement of Delphi considering C++ is often touted as the fastest programming language around! What was the enterprise problem you…
Read more
Case StudyDelphiRAD StudioShowcase

How To Win When You Have 34 Milliseconds To Beat Snoops And Spies

Today’s Enterprise Article competition entry is from Georgi T. Gerasimov from Gatelink Ltd in Bulgaria. Georgi sent us a remarkably detailed paper where he describes the challenges of being asked for Windows app development that would securely protect digital data when one of the constraints was that it had to do the encryption work in under 34 milliseconds. You know it’s going to be a…
Read more
Case StudyDelphiShowcase

How This Amazing Delphi App Helps Save 300 Million Lives A Year

Today’s article is from Delphi developer Fabrice Deprez. Fabrice works as a Software Architect at Dedalus Belgium. Fabrice tells us today how the clarity and stability of the Delphi language and runtime libraries powers his cross platform development in one of those places even angels fear to tread – the intricate management of patient anesthesia where mistakes can literally cost…
Read more
C++Code

This is How To Sort in Modern C++

Hello C++ developers. this week we have more modern C++ examples that can be compiled by any C++ IDE and compiler. If you want to dive deep into C++ programming, then the LearnCPlusPlus website is the right place for you. We keep adding more features of modern C++ and how…
Case StudyDelphiShowcase

How This Motorcycle Hazard Reporting Monitoring Tool Was Made

Today’s article is from Delphi developer Alessandro Negri. Alessandro talks us through his company’s development of a potentially life-saving reporting tool which links to a system that helps visualize hazards for motorcyclists. Alessandro describes what made them decide to step away from other programming solutions and choose Delphi for the project. He also explains why the success of…
Read more