C++C++11C++14C++17Introduction to C++Learn C++Syntax

Learn To Use The Multi-Talented Printf() Function In C++

The Printf function is one of the oldest and most powerful functions that we use to print out strings or that we use to print out to a stream or to another string. Do you want to learn the basics of printf() function? Who says you can’t use printf() in Modern C++? Who says printf() is oldish ? 🙂Before we used cout cin in C++ (actually I don’t use them in my Modern Apps), we were…
Read more
C++DatabaseGeneric ProgrammingLearn C++

How To Query Databases Using SQL And C++ Builder

C++ Builder is a great developer tool that is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files and LSP support for code. RAD Studio’s C++ Builder version comes with the award-winning VCL framework for…
Read more
C++Language FeatureLearn C++

Learn to Master Every Screen Property in Your C++ Builder FMX Apps

How we can get Screen size of device in C++ Builder? What are the properties of a Screen? Can we use Screen in Multi-Device applications? In this post, we will explain some of important properties of Screen class. C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for…
Read more
C++Language FeatureLearn C++

Why You Should Use The GetIt Package Manager Right Now

Have you ever asked yourself “how can I install new C++ or Delphi Components, Libraries, Components for IoT, Styles, Sample Projects, Tools, IDE Plugins, Patches and Trials?” Do you know where you can find free components for RAD Studio? Did you know you can easily download trial versions of components, all from a single location? The same place lists all the latest patches for RAD…
Read more