C++

Learn To Quickly Integrate With Amazon Web Services In Delphi And RAD Studio

In this replay demo oriented session from CodeRage X, Pawel is going to show how to build single-source multi-device, natively compiled Delphi apps for iOS, Android, Windows and Mac that integrate with Amazon Web Services using Cloud API framework. Amazon Web Services (AWS) delivers secure, scalable and inexpensive “cloud computing” platform that combined with cross-platform mobile and desktop…
Read more
Delphi

Top 5 Delphi Books Which Can Turn You Into An Object Pascal Rockstar

There are five recent Delphi books that can really kick-start your development with Delphi on Android, iOS, Windows 10, and MacOSX. These five books are the Object Pascal Handbook, Coding In Delphi, More Coding In Delphi, Delphi Cookbook Second Edition, and Delphi Programming for Beginners. Some of these books are free and some of them are available from various online stores like Amazon. If you…
Read more
News

Windows 10 Anniversary Update and RAD Studio

RAD Studio has unmatched support for the recently released Windows 10 Anniversary Update. Delphi and C++Builder offer the best component library for Windows development, the VCL library, and also the ability to target Windows with multi-device cross-platform code using…
News

Three Ways To Easily Embed A Database With Your Android And IOS Apps

There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
Read more
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…
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++

June 2 Webinar: Getting Started Building Mobile Applications for iOS and Android

In this post, we’ll show a webinar demonstrating how to use Delphi and C++Builder 10.1 Berlin to create mobile applications for iOS and Android. We’ll go over how to get started, best practices for mobile UI/UX, building your first app, using FireUI Live Preview, creating custom design views and Live Previews, a real-world example of creating, submitting, and receiving store acceptance…
Read more