C++C++11C++14C++17ComponentsIntroduction to C++Language FeatureLearn C++

Five Simple Examples Of C++ FMX Applications

TheC++ Builder CE Community Edition is afreeversion of professional C++ Builder that you can develop GUI based desktop and mobile applications in C++. In this post, we will give you five simple C++ FMX applications as examples that you can compile with C++ Builder 11 CE. The latest C++ Builder 11 CE was released in April 2023. If you are a start-up developer, student…
Read more
C++Introduction to C++Language FeatureLearn C++

How To Make A New 64bits FMX Component

How can I create a new 64bits FMX Component for my C++ app? How can I use the New Component menu? How can I use and fill the New Component Wizard for 64bits FMX applications? What is a Component in C++? What is an Object in C++? Let’s answer these questions. One of the most powerful features of the C++ Builder is its own library of great components that can be used with or without…
Read more
C++ComponentsDatabaseIntroduction to C++Language FeatureLearn C++

How Do I Easily Connect To A MySQL Database In C++?

We have posts that explain how you can connect to different databases like MySQL, Interbase, PostgreSQL, MSSQL with different components like FireDAC, MyDAC, etc. If you need more help about this topic Please check here https://learncplusplus.org/category/database/ about these database posts. In this post, you’ll get answers to these questions: How can I use visual bindings with a…
Read more
C++C++11C++14C++17Language FeatureLearn C++

Learn To Create Alpha Color Bitmap From A Bitmap By A Given Color In Modern C++

Photoshop, GIMP and other professional Photo Editors are capable to convert one color to a alpha color. You choose a color and all same colors of pixels are goes to alpha color which is transparent. These kind of images are good to blend in front o another background of images. You can also add glamorous effects, like gloom, shadows etc. on those images. In this post we will present to how…
Read more