Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++

Using an IDE: Getting back to code faster

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 including: Compiler Debugger Code Editor UI Designer Documentation While some developers believe that you don’t necessarily need an…
Read more
News

C++ with LINQ

Author: Shinji Chikugi I found an interesting C++ libraly.That is “LINQ for C++”. What’s “LINQ”? LINQ (Integrated Language Query) is a function of C#. LINQ issues a query to the container and gets the result. For details, please refer to…
C++

Building Stunning UIs with C++ and FireMonkey

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 stunning UIs and intuitive UX. Normally, mobile app development requires learning multiple programming languages and tools like…
Read more
News

Evolution of C++ standards

Programming languages are exciting for developers, and C++, one of the more technically challenging and also perhaps the most widely used compiled language, is one of the most exciting. As Theodore Roosevelt is misquoted (*), ‘the more you know about the past…
News

RAD Studio開發相關的一些重要更新資訊

已經是5月下旬了, 對於開發人員來說今年有數件重要的開發事件值得關注. 首先是RAD Studio本身, 從RAD Studio最新幾個版本我們可以觀察到RAD Studio現在每一個大版本之後會有數個hot fix以及3個更新小版本.
News

RAD Studio开发相关的一些重要更新信息

已经是5月下旬了, 对于开发人员来说今年有数件重要的开发事件值得关注. 首先是RAD Studio本身, 从RAD Studio最新几个版本我们可以观察到RAD Studio现在每一个大版本之后会有数个hot fix以及3个更新小版本. 而这些更新都需要使用者到特定的URL下载安装, 而且有许多使用者并不知道已经有hot…
Read more
Delphi

Test Unitarios; Framework DUnitX (Entrega 4)

Author: Germán Estévez Completamos con esta entrada la serie sobre test unitarios, centrándonos en el Framework DUnitX, que es el que actualmente embarcadero recomienda y se incluye en las últimas versiones de Delphi. Test Unitarios; Introducción (Entrega 1) Test…
C++

SHA Hash with C++Builder and Delphi

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…
News

RAD Studio 10.2.3 iOS 11.3 Patch available

Earlier this week we released a patch for Delphi, C++Builder and RAD Studio 10.2.3 that adds support for building iOS 11.3 applications for Development, App Store, Ad Hoc or In-House Distribution. This patch fixes the following publicly reported issues: RSP-20268 RSP-20303 RSP-20342 RSP-20346 Click here to download the patch. With Rad’s Studio Application Builder Software, you can make apps…
Read more
C++DelphiRAD StudioWebinar

The Best Of Third-Party Components And Libraries

One of the great strengths of RAD Studio is how little you need to do to create incredible apps which can run on Windows, macOS, iOS, Android, and Linux. The secret sauce to that is the…

IN THE ARTICLES