C++

Learn to program with C++Builder: #2, Building and Debugging

Update July 24, 2018:With thejust-released Community Edition of C++Builder, we’ve updated these posts. Please visit the new version of this blog post here. Community Editionreplaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Read more
News

Install Delphi and C++Builder Starter Side-by-Side

If you already installed C++Builder Starter, and want to install Delphi Starter (available at an 100% discount for a limited time) you can do that. It just takes an extra step. Importantnote: This option is not officially supported. The FAQ specifically states the correct process is to uninstall the old starter, or use a different VM. If you don’t mind going down an unsupported route…
Read more
C++

C++ Boot Camp Complete Replay

The complete replays for the C++ Boot Camp are available online, including downloads, slides and the Q&A log. A wealth of information for C++Builder. Content for each day . . . Day 1 –Building your first application with C++Builder Day 2…
C++

C++ Boot Camp: Game Development

Author: Aidan K7359 11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com Four different games with classic game mechanics will be demonstrated. We will be also be covering topics such as App…
News

Using CMake with the free Embarcadero C++ compiler

Do you want to use CMake with the newly released free compiler? This post quickly runs you through installing both the compiler and CMake, and shows an example build using two C++ files and the corresponding CMakeLists.txt. CMake is a popular third-party build tool. Ensuring the compiler is installed To start, make sure you have the compiler in your system path. (When you download andextract…
Read more
C++

A new edition of our free C++ compiler

Author: Jmac61 A long time ago, back when C++Builder was made by Borland,we made available a free version of our C++ compiler. If you’ve been around the C++ community long enough you’re probably very familiar with it: ‘Borland C++…
C++

Apache Server support in RAD Studio, Delphi and C++Builder 10.1 Berlin

With the release of RAD Studio, Delphi and C++Builder 10.1 Berlin, we have added Apache Server support on Windows (Linux server is on the RAD studio 2016 public road map) for RAD Server / EMS.You can now run the EMS Server and the EMS Console in the Apache server on a production environment. You can also use other server features in RAD Studio, Delphi and C++Builder in an Apache server…
Read more