News

Top 10 How-To's: C++

Delphi integrates with multiple languages. InterBase is compatible with at least a dozen other databases. Delphi’s recent addition of Python libraries has allowed the two languages to work well together, but C++ is the closest language to Delphi. Because C++Builder has been an integral part of the RAD Studio offering for the past 25 years. C++Builder allows you to do a lot because it opens…
Read more
C++CodeIDE

The Best C++ Compiler for Windows 10 And 11

C++ is arguably the most powerful programming language as well as being one of the world’s most popular. It has many pre-defined functions, and libraries which make writing modern, robust C++ a breeze. Using a fast and reliable C++ compiler and IDE is very important for…
C++Code

10 Quick Hot Tips For Building A Modern C++ App

When developing a C++ app with the use of Builder C++, these quick tips from Embarcadero C++ MVP Ylmaz Yörü will help you create truly useful and responsive UI designs for your users, as well as top-notch code to back up the functionality. Read on as you’ll learn the 10 quick hot tips when you are planning to build a modern c++ app. 1. You should use CLANG Standards in your C++ app…
Read more
News

The C++Builder 25th Anniversary: Historical Article on C++ Builder Language Extensions

To help celebrating C++Builder 25th anniversary, I’m republishing a very old article of mine on the C++ language extensions introduced by Borland back then. As you have probably heard, soon after Delphi’s 27th birthday, C++ Builder is celebrating its 25th anniversary. You can read more about the product history, on this great blog post by C++Builder PM David Millingtonon…
Read more
News

Celebrating 25 Years of C++Builder!

25 years ago, something amazing happened in the world of C++… C++Builder is 25! On 26th February 1997, Borland released the first version of C++Builder. Coming on the heels of Turbo C and Turbo C++ (with which it shared a lot of technology) and the popularity of Delphi…
C++IDE

13 Things About C++ Software You May Not Know

C++ is an incredibly versatile, powerful, multi-purpose programming language. There is quite literally nothing that cannot be done with C++ whether it be a low-level, close to metal system application which pulls out the maximum amount of power from the computer to the most modern applications with the very latest innovations in user interface design and hardware integrations. A truly great C++…
Read more