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

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts: articles

Jul 30 2019
PVS-Studio Looked into the Red Dead Redemption's Bullet Engine
Victoria Khanieva
Nowadays there is no need to implement the physics of objects from scratch for game development because there are a lot of libraries for this purpose. Bullet was actively used in many AAA...
...
Jul 29 2019
Almost Perfect Libraries by Electronic Arts
Sviatoslav Razmyslov
Our attention was recently attracted by the Electronic Arts repository on GitHub. It's tiny, and of the twenty-three projects available there, only a few C++ libraries seemed interesting...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Jul 26 2019
Best Copy-Paste Algorithms for C and C++. Haiku OS Cookbook
Sviatoslav Razmyslov
Numerous typos and Copy-Paste code became the main topic of the additional article about checking the Haiku code by the PVS-Studio analyzer. Yet this article mostly tells about errors related...
...
Jul 25 2019
How to shoot yourself in the foot in C and C++. Haiku OS Cookbook
Sviatoslav Razmyslov
The story of how the PVS-Studio static analyzer and the Haiku OS code met goes back to the year 2015. It was an exciting experiment and useful experience for teams of both projects. Why...
...
What's the Use of Dynamic Analysis When You Have Static Analysis?
Ilya Gainulin
In order to verify the quality of software, you have to use a lot of different tools, including static and dynamic analyzers. In this article, we'll try to figure out why only one type of...
...
Jul 23 2019
Getting Started with the PVS-Studio Static Analyzer for Visual C++
Sergey Larin
In this article, I'm going to tell you about PVS-Studio, an analyzer for C and C++ code, and show you how to use it in the Visual C++ environment. This guide is specifically intended for...
...
Jul 22 2019
Getting Started with the PVS-Studio Static Analyzer for Visual C#
Sergey Khrenov
PVS-Studio is a tool for detecting software bugs and potential vulnerabilities in the source code of software written in C, C++, C#, and Java. The analyzer runs on Windows, Linux, and...
...
Jul 16 2019
On the Difference Between strlcat and strncat
Sviatoslav Razmyslov
While we are working hard on writing big articles on code check of the Haiku operating system, I'd like to give an example of an often found error with strncat function taken from that project...
...
Jul 15 2019
Errors that static code analysis does not find because it is not used
George Gribkov
Readers of our articles occasionally note that the PVS-Studio static code analyzer detects a large number of errors that are insignificant and don't affect the application. It is really so. For...
...
Jul 11 2019
PVS-Studio wanted but couldn't find bugs in robots.txt
Victoria Khanieva
The other day Google revealed the sources of the robots.txt parser. Why not give a run for the already far and wide checked project using PVS-Studio and possibly find a bug. So said so done. But...
...
View more Pagination arrow previous
Showing: - of 1558