Comparing Quake3 Original and Kenny Edition Codebases
Quake III Arena is a multiplayer-focused first-person shooter video game released in December 1999. The game was developed by id Software. Quake III was…
7 min de lectureQuake III Arena is a multiplayer-focused first-person shooter video game released in December 1999. The game was developed by id Software. Quake III was…
7 min de lectureC is one of the most popular language around all the world, it was initially developed by Dennis Ritchie between 1969 and 1973 at…
4 min de lectureIt’s proven that Clang is a mature compiler For C and C++ as GCC and Microsoft compilers, but what makes it so special is…
6 min de lectureNamespaces were introduced to the C++ Standard in 1995 and usually they are defined like this: A namespace defines a new scope. They provide a…
6 min de lectureThe Unreal Engine is a game engine developed by Epic Games, first showcased in the 1998 first-person shooter game Unreal. Although primarily developed for first-person shooters, it has been successfully used in…
14 min de lectureOver recent years, there has been much discussion about the “Renaissance of C++”. It’s undeniable that Microsoft played a significant role in this resurgence.…
6 min de lectureCurrently many mature libraries and frameworks exist for each programming language and many advanced features were added to the languages. But what about the…
9 min de lectureMore that 20 years ago, the exception handling was added to C++, and after many years of using this feature by the C++ developers,…
6 min de lectureVisual C++ is one of the most used C++ IDEs which provides many interesting features to developers, each new version brings new major features…
3 min de lectureMany resources discuss the benefits of using the static analysis tools, and how they could help you improve your code base. Somehow they show you…
4 min de lecture