C++

2019 #CodingResolutions: C++ and Delphi Language History

Author: Rebekah D Tomorrow we’ll code a visual Windows app, but for today let’s get to know a little about the history of our chosen programming languages, C++ and Delphi. C++ Language History and Future C++ was started in 1983, although Standard C++ wouldn’t be established until 1998. That sounds ancient when new languages are coming out every year, but C++ is used extensively in…
Read more
News

IDE Hotfix for C++Builder 10.3 Project Options

Over the weekend, we released two hotfixes for RAD Studio 10.3. One of these, thewhich addressed a number of IDE issues, is especially important if you use C++Builder. It addresses: RSP-21683: IDE missing Application sub optionsTwo settings panes were missing in the…
News

C++ Libraries in GetIt: Eigen

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
News

C++ Libraries in GetIt: EasyBMP

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use with C++Builder and CMake, for example, and this isrelated. Today, let’s look atEasyBMP. EasyBMP is an…
Read more
News

C++ Libraries in GetIt: TinyXML 2

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year aboutreal-world (non-demo) apps that you can use…
C++

C++ Compilers that ship with C++Builder 10.3 Rio

Embarcadero has RTM’d RAD Studio, Delphi and C++Builder 10.3 Rio (version 20.0) today. You can read the press releasehere. Included in the release are several C++ compilers. C++Builder 10.3 Rio (20.0) C++ Compilers BCC32 – the classic 32-bit windows compiler BCC32C – Clang-enhanced compiler with a command line flag compatible only with BCC32 BCC32X – command…
Read more