C++ 17 In Detail Book Review
Since its creation, C++ evolved continuously and it passed many major milestones from the C with classes to the rise of the new standards.…
4 min de lectureSince its creation, C++ evolved continuously and it passed many major milestones from the C with classes to the rise of the new standards.…
4 min de lectureSince its creation, C++ evolved continuously and it passed many major milestones from the C with classes to the rise of the new standards.…
6 min de lectureQuality is not something that can be easily added later. It’s preferable to take care of it from the beginning. Many companies dedicated a big budget…
3 min de lectureDesign patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions…
3 min de lectureSince 2011 many new features were added to the standards, some of them are now very used like auto and nullptr, some others are…
6 min de lectureMaybe almost all C++ developers know the LLVM infrastructure and the Clang compiler. But how many know that Chris Lattner is their creator when…
6 min de lectureHow many times do you read “C++ is dead” or “Is the C programming language still used?”, but in the reality they still very popular.…
5 min de lectureDefensive programming is a form of defensive design intended to ensure the continuing function of a piece of software under unforeseen circumstances. Defensive programming practices are often used where…
4 min de lectureAs software developers, we can write a lot of code each day. Each piece of code has its story, the code could be: Inspired…
7 min de lectureIf you decide to start learning the modern C++ design and you come from the OOP school, you can start by looking inside the…
3 min de lecture