C++Learn C++

How To Automate Background Compiling C++ With TwineCompile

Learn how to use the TwineCompile SORTA Automatic Background Compile feature of TwineCompile. Install TwineCompile via the GetIt Package Manager for C++Builder with Update Subscription. TwineCompile lists its features as: Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x faster!Automatic background compiling engine ensures that files are…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How To Use Smart Pointers For Dynamic C++ Memory Management

In computers, all data and operations during runtime are stored in the memory of our computers, IoTs, or in other microdevices. This memory is generally a RAM (Random Access Memory) that allows data items to be read or written in almost the same amount of time, irrespective of the physical location of data inside the memory. In this post, you’ll learn how to use Smart Pointers for Dynamic C++…
Read more
C++ComponentsDatabaseIntroduction to C++Language FeatureLearn C++

Get To Know The Powerful C++ Data Bindings In Windows Apps

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: Can I use visual bindings with a…
Read more
C++ComponentsLanguage FeatureLearn C++

How To Use The Microsoft Edge Web Browser In A C++ App

In this post, you’ll get answers to these questions: How can I easily create an FMX application which contains a web view based on the Microsoft Edge browser?How can I add a web browsing capability to my application?How can I use EdgeBrowser in FireMonkey applications?Can I use the latest WebView 2 to browse the web with my own C++ Builder FMX app?How can I create an FMX application with the…
Read more