Blog

C/C++ code quality, architecture and static analysis insights.

C++

Godot Engine unter der Haube

Wir analysieren den Quellcode der Godot Engine mit CppDepend: MISRA-Rauschen vs. echte Wartbarkeit, 3D-Code-City-Hotspots, POD-Datenmodell und eigene Container statt STL.

7 Min. Lesezeit
Rust

Announcing Rust Support (Beta)

We’re excited to introduce Rust support (Beta). This marks an important step forward as we expand our capabilities to help developers ex

3 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