10 Essential Best Practices for Writing High-Quality C++ Source Code
Writing high-quality code is critical to the success of any software project, as it affects the reliability, performance, and maintainability of the code. In…
6 min de lectureWriting high-quality code is critical to the success of any software project, as it affects the reliability, performance, and maintainability of the code. In…
6 min de lectureA design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. Patterns are formalized best…
6 min de lectureBoth CppDepend and SonarQube are static analyzers that offer a rule-based system to detect problems in C/C++ code. However, the CppDepend default Rules-Set has very…
5 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 lecture