Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top
>
>
Posts: #Cpp

Posts: # Cpp

01 Avr 2010
Static code analysis and the new language standard C++0x
Andrey Karpov
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...
...
28 Fév 2010
In what way can C++0x standard help you eliminate 64-bit errors
Andrey Karpov
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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
05 Fév 2010
/Wp64 switch and template processing error
Evgenii Ryzhkov
While maintaining the analyzer Viva64 (included into PVS-Studio) we often comment upon the switch /Wp64 of Microsoft Visual C++. If you are out of the swim, let me remind you that this...
...
11 Jan 2010
Issues of 64-bit code in real programs: qsort
Andrey Karpov
We continue the cycle of posts about 64-bit errors detected in real applications. Time passes, demands for memory being consumed grow more and more, and now the time has come when somebody decides...
...
11 Jan 2010
Optimization in the world of 64-bit errors
Andrey Karpov
In the previous blog-post I promised to tell you why it is difficult to demonstrate 64-bit errors by simple examples. We spoke about operator[] and I told that in simple cases even incorrect...
...
11 Jan 2010
Search of 64-bit errors in array implementation
Andrey Karpov
In PVS-Studio 3.43, we revised the way how Viva64 analyzer detects errors in the classes serving as containers (arrays). Before, we have stuck to the principle that if a class has operator[...
...
11 Jan 2010
Peculiarities of virtual functions
Andrey Karpov
I decided to describe one thing related to virtual functions because I am afraid I can forget it and return to this question once again later...
...
21 Déc 2009
Why A + B != A - (-B)
Andrey Karpov
While developing Viva64 analyzer intended for detecting 64-bit errors, I sometimes encounter interesting ways of code behavior. I would like to show you one example that is not very...
...
10 Déc 2009
Issues in real programs - what errors are not there in the world...
Andrey Karpov
When testing the analyzer PVS-Studio on one of the projects we found an interesting error. This error does not refer to the topic of 64-bits although its consequences are diagnosed as...
...
03 Déc 2009
64-bit code issues in real programs: pointer type change
Andrey Karpov
Explicit type conversions often mask errors related to a change of a pointer type. One of such errors is casting of a pointer to 32-bit objects into a pointer to 64-bit...
...
View more Pagination arrow previous
Showing: - of 641