Learn C++

What You Need To Compile Delphi Projects in C++ Builder

Do you know you can use Delphi or Pascal files in your C++ applications? RAD Studio is a very powerful IDE that comes with Delphi and C++ Builder. Delphi uses a version of the Object Pascal programming language while C++ Builder uses mainly C++. If you have Rad Studio you can easily use Delphi functions in your C++ Projects. C++ Builder is the easiest and fastest C and C++ IDE for…
Read more
C++Language FeatureLearn C++

See What's New In C++ Builder 11 And Delphi 11 - Just Released!

Embarcadero is delighted to announce the General Availability of C++ IDE: C++ Builder & RAD Studio 11. RAD Studio 11 Now Available! This release introduces several new features, enhancements, and quality updates in key areas including:    Provision apps for Windows 11Compile for Android API 30Compile for macOS M-series (Apple Silicon) processorsDesign on high-DPI 4k+ screensView VCL…
Read more
C++C++11C++14C++17Learn C++

Learn About Bitmap Operations In C++ Builder (FireMonkey)

Bitmap is a standard for reading and writing pixels of images of applications on all platforms (Windows, MacOS, iOS, Android, Linux, …). A Bitmap includes bitmap information and full uncompressed image in pixels. Each pixel of this uncompressed image consists 4 color members called ARGB (Alpha Red Green Blue) and it can be set or shown as 0xAABBCCDD in hexadecimal format.
Read more