C++ Builder provides three levels of development:1. Components (VCL and FMX)2. Common Libraries (RTL).3. Platform APIs (iOS, Android, Mac OS)In this post we will discuss the Common Libraries (RTL).C++ Builder has several hundred functions, macros, and classes that you call from within your C and C++ programs to perform a wide variety of tasks, including low- and high-level I/O, string and file…
C++Builder support for ISO C++ in version 10.4 Sydney
August 17, 2020
There have been several questions on forums and Stack Overflow about ISO C++ language support in the most recent release of C++Builder. This post includes links and information about C++Builder compilers that are built on top of the Clang open source compilers.
The ISO C++…
On iPhone X(iOS11.2), use Regular Expressions library.
January 29, 2018
Author: h.mohri
The 35th Developer camp will be held in Japan on March 15, 2018.The venue is Tokyo Akihabara UDXGALLERY NEXT.
C++Builder10.2.2is one of the merits of being able to useRTLand STL.ForRTL, the classes…
C++ Coding Bootcamp Training Course With Over 10 Hours Of FREE Training For Android And iOS
February 19, 2017
Author: Kevin M65995
The C++ Boot Camp series is a free Coding Bootcamp training course with over 10 hours of C++ training, question & answer sessions, and much more! C++ can be used to build cross platform applications for Android, iOS, macOS, and Windows. The Android…
Learn to program with C++Builder: #1, Introduction and Installation
October 12, 2016
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 Edition replaces the old Starter edition, and is a full-featured, free, Professional-level…
C++ Boot Camp Complete Replay
August 20, 2016
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 –Creating fast responsive user interfaces with animations and effects
Day 3 –C++11 language deep dive, and online chat…
A new edition of our free C++ compiler
July 13, 2016
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++…
It is great to hear from developers who want to learn a new programming language. Someof you may know that I am a programming language and compiler junkie and have been one for the past 46 years ever since I wrote my first program in Fortran. When I receive an email…
With the introduction of the Parallel Programming Library (PPL) and Embarcadero C++Builder support for C++11 lambda functions on the Win32, Win64, iOS and Android platforms, you can now use the two in combination in your applications. Below you will find C++Builder example source code that uses lambda functions with the Parallel For, Tasks and Futures. If you use C++11 features (including lamda…