This media is not supported in your browser
VIEW IN TELEGRAM
It's a kind of humorous talk about the life of a development team which also deals with supporting C and C++ programmers. Actually, working with programmers is a lot of fun, and it is very productive. Not only can they send you a memory dump, but sometimes even partially solve the problem themselves and give you a hint.
However, there's a flip side. If they have a technical issue, be ready to consume pints of coffee and loads of cookies. I shall tell you about our interesting and funny experience related to technical support of the PVS-Studio analyser - for example, how the tool goes nuts when coming across a 26mb string literal.
Visit the link to watch the video :) https://youtu.be/LiLo9zoiIj8
However, there's a flip side. If they have a technical issue, be ready to consume pints of coffee and loads of cookies. I shall tell you about our interesting and funny experience related to technical support of the PVS-Studio analyser - for example, how the tool goes nuts when coming across a 26mb string literal.
Visit the link to watch the video :) https://youtu.be/LiLo9zoiIj8
Getting Started with the PVS-Studio Static Analyzer for Visual C# https://www.viva64.com/en/b/0641/
Viva64
Getting Started with the PVS-Studio Static Analyzer for Visual C#
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 macOS.
Getting Started with the PVS-Studio Static Analyzer for Visual C++ https://www.viva64.com/en/b/0642/
Pvs-Studio
Getting Started with the PVS-Studio Static Analyzer for Visual C…
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 be…
What's the Use of Dynamic Analysis When You Have Static Analysis? https://www.viva64.com/en/b/0643/
Viva64
What's the Use of Dynamic Analysis When You Have Static Analysis?
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...
How to shoot yourself in the foot in C and C++. Haiku OS Cookbook https://www.viva64.com/en/b/0644/
Viva64
How to shoot yourself in the foot in C and C++. Haiku OS Cookbook
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 t...
Best Copy-Paste Algorithms for C and C++. Haiku OS Cookbook https://www.viva64.com/en/b/0645/
Viva64
Best Copy-Paste Algorithms for C and C++. Haiku OS Cookbook
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 rel...
Almost Perfect Libraries by Electronic Arts https://www.viva64.com/en/b/0646/
Viva64
Almost Perfect Libraries by Electronic Arts
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:...
PVS-Studio Looked into the Red Dead Redemption's Bullet Engine https://www.viva64.com/en/b/0647/
Viva64
PVS-Studio Looked into the Red Dead Redemption
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...
Conferences. Sub-totals for the first half of 2019 https://www.viva64.com/en/b/0648/
Viva64
Conferences. Sub-totals for the first half of 2019
When the rich and full of new experience year 2018 was coming to an end, we all heaved a sigh of relief ("PVS-Studio. Thank you for being alive") and thought that everything was over. But...
Jonathan Boccara has been a C++ developer for 7 years, working for Murex which is a major software editor in the finance industry. His focus is on C++ and particularly how to write expressive code. He is also a host on Fluent C++, the blog where he posts articles and other interesting things related to C++.
Recently, he has published Andrey Karpov's article on 'Why Static Analysis Can Improve a Complex C++ Codebase' on his blog.
🔸Visit the link to read it :) https://www.fluentcpp.com/2019/07/30/why-static-analysis-can-improve-a-complex-c-codebase/
Recently, he has published Andrey Karpov's article on 'Why Static Analysis Can Improve a Complex C++ Codebase' on his blog.
🔸Visit the link to read it :) https://www.fluentcpp.com/2019/07/30/why-static-analysis-can-improve-a-complex-c-codebase/
Get to Know the PVS-Studio Static Analyzer for Java https://www.viva64.com/en/b/0649/
Viva64
Get to Know the PVS-Studio Static Analyzer for Java
Over the years, the PVS-Studio team has been developing the same-name static analyzer. At this point the analyzer represents a complex software solution, which provides the analysis of su...
Why Static Analysis Can Improve a Complex C++ Codebase https://www.viva64.com/en/b/0650/
Viva64
Why Static Analysis Can Improve a Complex C++ Codebase
Gradually and imperceptibly we get the situation when C++ projects' complexity becomes extreme. Unfortunately, now a C++ programmer can't be on his own.
Analysis of the Yuzu Source Code Using the PVS-Studio Static Code analyzer https://www.viva64.com/en/b/0651/
Viva64
Analysis of the Yuzu Source Code Using the PVS-Studio Static C...
I'm Vladislav, at the moment I am doing an internship at PVS-Studio. As you know, the best way to get to know the product is to try it, and in my case to also flesh out an article from th...
Welcome to new C++ Links - most relevant and useful articles, podcasts and videos that happen between 27th July and 2nd August 2019.
Here you will find links to Bugs in Game Engines, articles about C++14 and C++20, debugging move techniques, hot to break RAII and more.
Visit the link to read the article: https://www.bfilipek.com/2019/08/cpplinks31.html
Here you will find links to Bugs in Game Engines, articles about C++14 and C++20, debugging move techniques, hot to break RAII and more.
Visit the link to read the article: https://www.bfilipek.com/2019/08/cpplinks31.html
Getting Started with the PVS-Studio Static Analyzer for C++ Development under Linux https://www.viva64.com/en/b/0652/
Viva64
Getting Started with the PVS-Studio Static Analyzer for C++ De...
PVS-Studio supports analyzing projects developed in C, C++, C#, and Java. You can use the analyzer under Windows, Linux, and macOS. This small article will tell you the basics of analyzin...
The story of how PVS-Studio found an error in the library used in... PVS-Studio https://www.viva64.com/en/b/0654/
Viva64
The story of how PVS-Studio found an error in the library used...
This is a short story about how PVS-Studio helped us find an error in the source code of the library used in PVS-Studio. And it was not a theoretical error but an actual one - the error a...
Using PVS-Studio Static Analyzer in C and C++ Development for Embedded Systems https://www.viva64.com/en/b/0655/
Viva64
Using PVS-Studio Static Analyzer in C and C++ Development for ...
This article will tell you how to launch analysis of an embedded project and how to work with the analyzer's report.
PVS-Studio is a tool for detecting bugs and security weaknesses in the source code of programs, written in C, C++, C# and Java. It works under 64-bit systems in Windows, Linux and macOS environments, and can analyze source code intended for 32-bit, 64-bit and embedded ARM platforms.
Visit the link to learn more about its new capabilities on SlideShare:
🔹https://www.slideshare.net/Andrey_Karpov/pvsstudio-in-2019
Visit the link to learn more about its new capabilities on SlideShare:
🔹https://www.slideshare.net/Andrey_Karpov/pvsstudio-in-2019
Checking the .NET Core Libraries Source Code by the PVS-Studio Static Analyzer https://www.viva64.com/en/b/0656/
Viva64
Checking the .NET Core Libraries Source Code by the PVS-Studio...
.NET Core libraries is one of the most popular C# projects on GitHub. It's hardly a surprise, since it's widely known and used. Owing to this, an attempt to reveal the dark corners of the...