C++Game DevelopmentLanguage FeatureLearn C++

How To Simulate Realistic Physical Effects in C++

In this post, you’ll learn how to simulate throwing images, objects, or other components on your form when the user interacts with them via keyboard or mouse; how to simulate the effect of force on objects in the 2D Form window, and how to throw balls in our apps like in sports games. By learning to simulate the realistic physical effects in c++, it will help you easily build C++…
Read more
C++Language FeatureLearn C++

You NEED to Learn To Use JSON (JavaScript Object Notation)

JSON (JavaScript Object Notation) is a language-independent lightweight data-interchange format. JSON can be used as an alternative to other data-interchange formats such as XML or YAML. RAD Studio provides JSON frameworks that contain classes and methods to store, parse, read, write, and generate data in JSON format. Sooner or later you will find it necessary to understand what JSON is and…
Read more
C++ComponentsLanguage FeatureLearn C++

GetIt Components of the Year 2021 H1

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 terms, in Professional Programming, especially in Modern C++; we mostly refer to a lot of libraries and other tools that help us…
Read more
C++C++11C++14C++17Language FeatureLearn C++

Why You Should Learn About Hilarious Hedgehogs In C++

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…
Read more