Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

>
>
>
C++

Posts: C++ articles

C++20 Ranges — Complete Guide
Guest
C++20 Ranges, also known as STL v2, effectively replaces existing STL algorithms and facilities. In this article, I will guide you through the changes that Ranges introduce, talk about Views...
...
Dec 03 2021
Even small projects have bugs, or how PVS-Studio checked Blend2D
Alexander Kurenev
We often check large projects because it's easier to find bugs there. What if we try PVS-Studio on a small project? In this article we analyze Blend2D — a library for vector 2D graphics. Let's...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
* By clicking this button you agree to our Privacy Policy statement
Dec 01 2021
Checking Chromium after three years. How's it going?
Mikhail Gelvikh
We dust off the irregular series of articles about the Chromium project check. Let's look at the code quality in the latest Chromium release and check the new features of the PVS-Studio...
...
Nov 29 2021
An article for those who, like me, do not understand the purpose of std::common_type
Vladislav Stolyarov, Phillip Khandeliants
This article investigates why the standard library needs a way to deduce a common type, how it is implemented and how it...
...
Nov 26 2021
Virtual function calls in constructors and destructors (C++)
Andrey Karpov
In different programming languages, the behavior of virtual functions differs when it comes to constructors and destructors. Incorrect use of virtual functions is a classic mistake. Developers...
...
Nov 22 2021
Thanks, Mario, but the code needs fixing — checking TheXTech
Alexey Govorov
It's cool when enthusiastic developers create a working clone of a famous game. It's even cooler when people are ready to continue the development of such projects! In this article, we check...
...
Nov 19 2021
How the Carla car simulator helped us level up the static analysis of Unreal Engine 4 projects
Konstantin Kochkin
One of the mechanisms of static analysis is method annotations of popular libraries. Annotations provide more information about functions during errors detecting. CARLA is an impressive...
...
Nov 15 2021
PVS-Studio to check the RPCS3 emulator
Sergey Larin
RPCS3 is an interesting project that emulates the PS3 console. It is actively evolving. Recently we heard the news that the emulator learned how run all the games from the console's catalog. That's...
...
Nov 08 2021
Undefined behavior, carried through the years
Guest
Imagine: something in code goes wrong, you start searching for a bug and then it turns out that there was another bug behind this. Have you ever been in this situation? Searching for bugs is...
...
Nov 05 2021
Protocol Buffers, a brutal protocol from Google, vs. PVS-Studio, a static code analyzer
Andrey Karpov
Protocol Buffers is a very popular, cool, and high-quality product that is mostly developed by Google. This is a good challenge for the PVS-Studio static code analyzer. Finding at least something...
...
View more Pagination arrow previous
Showing: - of 559