Articles, videos, and surveys by the PVS-Studio developers. Articles written by guest authors and translated by the PVS-Studio team. Learn about static analysis, static analysis tools, and how a static analyzer can help you improve your project.| PVS-Studio
A function template defines a family of functions.| en.cppreference.com
Articles written by the PVS-Studio analyzer developers. Learn more about the C++ programming language, C++ code, how to code without bugs, how to find bugs with the PVS-Studio static code analyzer.| PVS-Studio
Useful articles about programming on C, C++, C#, Java. Terminology and more.| PVS-Studio
std::launder: the most obscure new feature of C++17| miyuki.github.io
Initialization of a variable provides its initial value at the time of construction. | en.cppreference.com
Const Correctness| isocpp.org
C++ “move” semantics are simple, and unchanged since C++11. But they are still widely misunderstood, sometimes because of unclear teaching and sometimes because of a desire to view move…| Sutter’s Mill