News

Learn to program C++ with C++Builder Community Edition: #3, Design, Architecture, and UIs

Welcome! Last timewe looked at the IDE, projects, a simple first application, and basic use of the debugger. Today we’re actually going to write code! Weare going to write a scientific calculator. It’s a useful, real-world app. You might put it on your phone and use it (and we’ll show how to do this in the last blog post of the series.) Part of programming is…
Read more
News

Moving from Delphi or C++Builder Community Edition to another edition

Note: Community Edition cannot coexist with another edition of the same version on one machine. UPGRADING FROM COMMUNITY EDITION TO PRO/ENTERPRISE/ARCHITECT The following covers the steps required to install Delphi, C++Builder or RAD Studio Professional edition, Enterprise edition or Architect edition if you currently have Delphi or C++Builder Community Edition installed. The steps…
Read more
C++

Introducing Delphi and C++Builder Community Edition

Today is a very exciting day for our community. For many years, we’ve gotten requests from Delphi and C++Builder users that they’d love to see a Community Edition of Delphi and C++Builder. For the first time ever, we are launching a full featured Community…
C++

The Case for C++ in the IoT World

The Internet of Things or IoT is an extremely popular field in technology right now. With all the new tech that fills so many different consumer demands, the wide variety of choices for programming languages are getting some serious attention and I decided to give a nod to…
C++

Creating great UIs with C++Builder and FireMonkey: app templates

FireMonkey is an advanced UI toolkit, capable of great layouts and designs. We’d like to show you what it’s capable of, and how easy it is to make great interfaces using it. We’ve just introduced eighteenexample UI templates using FireMonkey and C++ that really showhow easy it is tocreate great-looking apps. These are freely availableon GetIt, our package…
Read more
News

Real-world CMake and C++Builder applications on github

Last week, we ran a popular webinar Fast Builds and Integrating Libraries: Using CMake and Ninja for C++ Builder 10.2.3. The replay is now available on Youtube. In it, I demonstrated twoitems building with C++Builder and our CMake support: a real-world FireMonkey application, and Google Test. These are available on github: Mazes:I wrote this for CodeRageXII in…
Read more