C++Game DevelopmentLanguage FeatureLearn C++

How To: Develop A Fun 3D Game Like Minecraft In C++

Minecraft is one of the most popular game in the world, it is a good game to improve creativity of kids. It has very basic graphics with very useful game mechanism. Developing a 3D gamemight be little bit hard for all developers, requires good math skills, higher programming logics, requires optimization techniques, understanding 3D digital environment, matrix operations, camera movements, texture…
Read more
C++Game DevelopmentIntroduction to C++Learn C++

Dev-C++ Tutorial: Learn To Develop Very Simple Guessing Game

Embarcadero Dev-C++ is free, and is a fast, portable and simple C/C++ IDE for Windows. The free version is great for beginners. If you want to develop professionally it is highly recommended you start with C++ Builder CE version. Dev-C++ can be downloaded from Embarcadero’s site, Sourceforge, or Github. The original developer is Bloodshed Software. You can also create some small games in…
Read more
C++Code SnippetGeneric ProgrammingLanguage FeatureLearn C++

Quickly Learn To Check OS Platform Compiled In C++ Builder With Predefined Macros

Sometimes it is needed to understand compilation platform during compile or acting and designing UI elements in accordance with the platform. In this post we would like to give some examples to check some options in application codes. The C++ compiler predefines certain global identifiers, known as manifest constants. Most global identifiers begin and end with __ (two underscores) in C++.
Read more
DatabaseIntroduction to C++Learn C++

Learn To Develop Powerful C++ Windows Applications To Connect With An InterBase Database

InterBaseis a powerful database developed and supported by Idera / Embarcadero, it has a zero-administration, small-footprint database engine that can power your server and even run on your mobile devices as an embedded database.The InterBase 2020release adds a number of new features, including tablespaces support for InterBase, allowing for better performance on servers with…
Read more