DelphiRAD Studio

This Is How To Modernize Your Apps On Time And Under Budget

We know that technology is progressing at a rapid pace. The software systems built five years ago using the then-modern technologies might not be relevant today due to outdated versions. Every software that aims to scale and provide effective services to its consumers must be open to modernization. Modernization of software systems enhances their longevity and keeps them relevant to the…
Read more
News

Day 3 – Learn to Code Summer Camp 2021 - Now with More C++!

In keeping with our Build your own Summer Camp theme, today we are focusing on C++Builder. Before I jump into C++ learning resources, a reminder for the TCoffeeAndCode Live Stream and Danny Wind’s Introduction to REST WebServices. Monday we had a quick intro to installing C++Builder 10.4.2 CE. The following 13 video playlist walks you through some C++ Fundamentals: Once…
Read more
News

Join the RAD Studio 11 "Olympus" Wallpaper Contest!

In Marco’s blog post about the Olympus beta, you learned that the next version of RAD Studio, Delphi, and C++Builder will be number 11. You also learned the code name for the beta: Olympus. I don’t know about you, but the combination of Delphi spartan helmet…
C++Code

How To Make $1,000,000 With C++ (No, REALLY!)

Do you want to win a US$1,000,000 prize? The Millennium Prize Problems are seven mathematics problems laid out by the Clay Mathematics Institute in 2000. They’re not easy – a correct solution to anyone resulted in a US$1,000,000 prize being awarded by the institute. One of the problems to be solved is Navier-Stokes Equations. Do you want to learn how to Solve Navier-Stokes Equations? We will…
Read more
C++CodeNews

C++Builder Optimization Guide with TwineCompile

In this post, we’re going to be covering tips and tricks on how you can optimize your c++ software projects to compile as fast as possible. While we’ll definitely be spending some time looking at optimizations geared for use with TwineCompile, some of these tricks apply to C++Builder in general. C++Builder, and TwineCompile include a lot of functionality that’s designed to optimize…
Read more