In this post, you’ll learn about the available form methods, as well as how to use mouse events on forms. How can we capture and analyze key presses on forms? By learning form methods on FireMonkey Applications, it will help you to build C++ applications with the use of C++ software.
C++ Builder makes writing C++ programs a lot easier
C++ Builder is the easiest and fastest C and C++…
Learn To Use The Multi-Talented Printf() Function In C++
July 21, 2021
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…
GetIt Components of the Year 2021 H1
July 20, 2021
Do you want to know what components will be available for use in C++ IDE windows in the first half of 2021? Which components to download from Getıt? In this post, we will choose some of the components for the first half of this year.
In Modern Programming, in other…
In this post, we will explain how we can simulate realistic 2D ball physics in an easy and accessible way. Let’s assume that we look from an X-Y view, and Y is the height which means Y=0 is the ground. How we can simulate ball physics in a given ball velocity and gravity in that environment.
C++ Builder is a great compiler and IDE with FireMonkey and VCL frameworks. It has compilers…
How To Query Databases Using SQL And C++ Builder
July 17, 2021
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…
Learn to Visualize Topographic 3D Data in C++ Builder
July 16, 2021
Do you want to learn how to visualize topographic data? How we can view a 3D function? Can we display specific functions in 3D like activation functions in AI ? How can we create a 3D map in C++?Topographic Data are data sets about the elevation of the a surface, generally…
Why You Should Learn About Hilarious Hedgehogs In C++
July 15, 2021
I know what you’re thinking: hedgehogs. Those cute, spiky little mammals who snuffle around in bushes and famously curl into a ball when life looks a little too scary. But, bear with me, those hedgehogs can serve a serious purpose in C++.
In this post, you’ll learn how to draw vectors in arrows and visualize them with hedgehogs on the bitmap. By learning how to draw your engineering…
The “Building Good with C++Builder Contest” was introduced on May 28th, 2021 by Embarcadero. The purpose of hosting this contest is to encourage C++ programmers to code for the “greater good” of society and share their open-source solutions. The contest ends…
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…
How To Use Methods To Copy One String to Another String
July 11, 2021
How can we copy one string to another string? Here are the answers with C++ examples.
Generally, as an introduction to C++, in addition to int, float, double there is another data type, string that we use for alphanumeric variables. In C++ there are several typedefs for common character types are provided: String types are defined in header<string>.
strings are the string class…