The road to the C++ fifth generation.
Since its creation, C++ evolved continuously and it passed many major milestones from the C with classes to the rise of the new standards. W
5 min readC/C++ code quality, architecture and static analysis insights.
Since its creation, C++ evolved continuously and it passed many major milestones from the C with classes to the rise of the new standards. W
5 min readQuality is not something that can be easily added later. It’s preferable to take care of it from the beginning. Many companies dedicated a b
2 min readDesign patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about
2 min readSince 2011 many new features were added to the standards, some of them are now very used like auto and nullptr, some others are rarely used.
5 min readMaybe almost all C++ developers know the LLVM infrastructure and the Clang compiler. But how many know that Chris Lattner is their creator w
6 min readHow many times do you read "C++ is dead" or "Is the C programming language still used?", but in the reality they still very popula
4 min readDefensive programming is a form of defensive design intended to ensure the continuing function of a piece of software under unforeseen circu
3 min readAs software developers, we can write a lot of code each day. Each piece of code has its story, the code could be: Inspired by a web resou
6 min readIf you decide to start learning the modern C++ design and you come from the OOP school, you can start by looking inside the loki library. L
3 min readThe Task Scheduler schedules and coordinates tasks at run time. A task is a unit of work that performs a specific job. The Task Scheduler ma
9 min readLet's first comeback in the past and discover what Bill Gates was doing in his beginning, here's from Wikipedia a brief story: After Gates
5 min readEach developer wants to have a clean code, easily readable and maintainable and with a few issues and bugs. And there's no magic solution to
4 min read