The article discusses the new capabilities of C++ language described in the standard C++0x and supported in Visual Studio 2010. By the example of PVS-Studio we will see how the changes in...
We released a new version of PVS-Studio code analyzer - PVS-Studio 3.50. There are seven important innovations in the new version each of which is very...
Programmers see in C++0x standard an opportunity to use lambda-functions and other entities I do not quite understand :). But personally, I see convenient means in it that allow us to get rid of...
While developing software products with a complicated structure, you come at some moment to the necessity of automating the processes of building and integrating the projects and distribution...
Before starting to study the technique of parallelizing programs with the help of OpenMP technology, let us discuss the toolkit we will need. And here is what we will need first of all ...