C++Case StudyDelphiRAD Studio

CodeRage 2025: Our Favorite Webinars Part 3

This is the third set of our favorite webinars from 2025’s premier coding and community event for Delphi’s global community and beyond, CodeRage 2025. Watch the first set here. Watch the second set here. Do’s and Don’ts of Working with Interfaces Introduced in Delphi 3, interfaces have been around for decades, yet many developers still struggle to use them effectively. From…
Read more
C++News

C++, LLVM, and Cybersecurity

How are these three words related? C++ is a language, LLVM is a compiler infrastructure. Cybersecurity is a whole different beast. Sometimes experienced engineers say that C++ is incompatible with the term “cybersecurity” and should be replaced with safer languages. We…
C++

Is C++ Too Complex?

The ongoing discussion about the future of C++ is characterized by two closely connected themes: complexity and safety. Both concepts are frequently oversimplified in public discourse, often reduced solely to memory management. Yet safety encompasses far more: functional…