Blog

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

Blog

Top 7 most used C++ idioms (Part2).

In the first part we discovered the RAII and Pimpl idioms, and in this second part, we will explore the CRTP, Copy-and-Swap, and Type Erasu

11 min read
Blog

Top 7 most used C++ idioms (Part1).

Idioms and design patterns are both common solutions to recurring problems in software development, but they differ in scope, granularity,

5 min read
Blog

Proposal for the next C++ standards

Modern C++ refers to the evolution of the C++ programming language beyond its original design principles, incorporating newer features, idi

2 min read
Blog

Top 10 C++ Libraries in 2024

C++ is a powerful programming language that provides a wide range of libraries to help developers build efficient and effective software. T

4 min read