Learn C++

How To Create A Simple Database C++ App

In this short video, Jim McKeeth will demonstrate how to create a simple database application using C++ Builder. Building a multi-device FireMonkey application with FireDAC and InterBase Creating a Database application in C++ Builder and connecting it to a database management system is surprisingly easy and quick. McKeeth utilizes the so-called CRUD functionality which simply stands…
Read more
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…
C++Learn C++Videos

This Is How To Analyze Includes in C++ With Cppinclude

Learn about Cppinclude, a tool for analyzing C++ “includes” in this video. Oleg Fedorenko takes us through the use of Cppinclude and why it is so useful analyzing the headers you have included in projects so you can better optimize compile times and make sure everything is as efficient as possible. Where can I get the Cppinclude C++ tool? Cppinclude is publicly available at the…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How To Set Up Dev-C++ For Your First Project

Dev-C++ is a free, open-source Integrated Development Environment updated by Embarcadero with a modernized fork in 2020. It is used to develop Windows applications, and only runs on Windows. It is a low-memory-footprint and high performance development environment built in Delphi. Setting up Dev-C++ is easy, and in this article we will walk through the steps required to do so. The original Dev Cpp…
Read more