C++Learn C++

How To Make Your C++ Compiler Fly Much Faster

Use TwineCompile to improve your C++Builder C++ compiler speed and increase your productivity at the same time. TwineCompile is available via the GetIt Package Manager for 10.4 and newer for developers who have an Update Subscription. TwineCompile lists its features as: Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x…
Read more
C++Introduction to C++Language FeatureLearn C++

How to Create a New Windows FMX Static Library In C++

In this post, you’ll get answers to these questions: What is Static Library?What is DLL? How do I create a new DLL Dynamic Library?Can I create a new DLL using FMX framework?How can I create a function in a Dynamic Library?Where can I find a simple DLL example for C++ Builder FMX?Can we develop Dynamic Link Libraries in C++ Builder for Windows FireMonkey Applications?Is it possible to use…
Read more
C++Introduction to C++Learn C++

How to Set Up C++Builder for Your First Project

In this article we will go through the steps required to set up C++Builder. By the end of this article you will have learnt how to set up your development environment and will be ready to build your first project. Let’s go through the steps one by one. Steps If you use Windows you can move to the first step. If like me you don’t use Windows, you will need to make use of a…
Read more
C++ComponentsDatabaseLanguage FeatureLearn C++

Learn To Use MySQL Database Connections On Windows With MyDAC Components

In this post we would like to give a very simple example to connect to a MySQL database in C++ Builder with MyDAC Component.MySQL is one of the world’s most popular open source database and it is very easy and very useful touse small to large scale databases. MySQL has MySQL Service and different editions ( Enterprise, Standard, Classic, Cluster CGE and Embedded versions). MySQL…
Read more