Programmers, meet a new tool to search for errors in source code of software written in C/C++. Within the scope of the PVS-Studio analyzer, we implemented a new set of general-purpose rules.
We are glad to announce the release of the new version of the PVS-Studio 4.00 static code analyzer that is now intended not only for 64-bit and parallel software developers but for a wider range...
At the end of October, 2010, the German Fraunhofer Institute for Industrial Engineering (IAO) released an investigation titled "Market overview of tools for multicore software development". IAO is...
Compilers and third-party static code analyzers have one common task: to detect dangerous code fragments. However, there is a great difference in the types of analysis performed by each kind of...
The today's post is devoted to the question why tools of static source code analysis are helpful regardless of programmer's knowledge and skill. I will demonstrate the benefit of static analysis...
Applications built with the help of the new version of the Visual C++ compiler included into the Visual Studio 2010 development environment cannot be executed anymore in operating systems of...
As you know, the byte order in integer numbers which are represented by more than one byte may be different on different computers. There are computer systems where the most significant byte of...