C++

22 articles in the C++ category.

C++

Godot Engine Under the Hood

We analyze the Godot Engine source code with CppDepend: MISRA noise vs real maintainability, 3D Code City hotspots, POD data model, and custom containers over the STL.

7 min read
C++

Top 5 C++ Containers Libraries

C++ containers are essential for managing collections of data with different requirements for organization, access, and modification. They

3 min read
C++

Boosting C++ Performance with Folly

The Folly library, developed by Facebook, is a collection of reusable C++ library components designed to complement the C++ standard librar

3 min read