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 eighteen example UI templates using FireMonkey and C++ that really show how easy it is to create great-looking apps.
These are freely available on GetIt, our package manager, and you can…
Using an IDE: Getting back to code faster
May 22, 2018
A C++ IDE or an Integrated Development Environment is application development software written to give you a way to create or write C++ applications and programs. There is usually a single interface that incorporates all the tools you need to develop applications…
Building Stunning UIs with C++ and FireMonkey
May 16, 2018
With many companies taking the “mobile first” approach, building applications that work on multiple platforms is a requirement for success.
Developers who know how to build for more than one platform are in demand, while application users have become accustomed to…
SHA Hash with C++Builder and Delphi
May 11, 2018
I’ve always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a one-way algorithm that takes an input of any size and always produces the same size output. It is one-way in that there is information…
Webinar Replay: C++ Software Security Sins
May 1, 2018
In the world of software development, we are up against new cyber security threats each day, and the risks and consequences of un-secure software is too great to be unaware of.
Join presenter, Mary Kelly, to address the key security sins related to C++ applications, how…
Using C++ Templates to Write Functions and Classes
April 27, 2018
C++ Templates : Blueprints for Generic Classes and Functions
C++ Templates are a powerful feature within the C++ language that extends your capabilities within C++. Templates are a foundation of generic programming that lets you reuse your source code if you have multiple…
RAD Studio 10.2.3 Webinar Replay
April 10, 2018
On April 5th, the RAD Studio Product Management team hosted a deep dive webinar on RAD Studio 10.2.3. In this webinar replay, you will learn about the new C++ enhancements including rename refactoring and CMake capabilities in C++Builder, mobile development support in…
10.2.3 最新版の CMakeサポート
March 27, 2018
Author: h.mohri
この記事は、DAVID MILLINGTONによるNew in 10.2.3: CMake Supportの抄訳です。
C++Builder…
C++ Quality in 10.2.3
March 19, 2018
Every RAD Studio release, we focus on what we call QPS: Quality, Performance, Stability. Recent releases of C++Builder have included:
10.2.0: Lots of work on our linker; improved codegen and optimizations; and debugging improvements (minimizing debug info size, better…
New in 10.2.3: CMake Support for iOS and Android
March 19, 2018
We’ve introduced some great new features for C++Builder in 10.2.3. Last week, I wrote about CMake support for our compilers. That post covered what CMake is, and how to use it for Windows, both Win32 and Win64. If you haven’t read it, please do; it’s worth reading…




