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

Posts

Oct 11 2012
Developing extension packages for Visual Studio 2005/2008/2010/2012 using C# with real-life samples
Paul Eremeev
Creating extension packages (plug-ins) for Microsoft Visual Studio IDE appears as quite an easy task at the first sight. There exist an excellent MSDN documentation, as well as various...
...
Oct 10 2012
A common error occurring when compiling a 64-bit application: error C2440, OnTimer
Andrey Karpov
One of the most common errors a programmer encounters when porting applications from a Win32 system to a Win64 one is the error related to the function OnTimer. The function OnTimer is used nearly...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Sep 20 2012
What comments hide
Dmitry Novikov
Much is said about good and harm of comments in program code and a single opinion hasn't been worked out yet. However, we've decided to take a look at comments from a different viewpoint...
...
Sep 19 2012
Errors detected in the Visual C++ 2012 libraries
Andrey Karpov
Static code analysis is one of the error detection methodologies. We are glad that this methodology is becoming more and more popular nowadays. Visual Studio which includes static analysis as one...
...
Sep 11 2012
What does this code print?
Andrey Karpov
I have found a nice code fragment with an error in one project. The PVS-Studio analyzer noticed it. But I didn't believe it at first: I thought the analyzer had been mistaken and considered...
...
Sep 10 2012
The compiler is to blame for everything
Andrey Karpov
Many programmers are very fond of blaming the compiler for different errors. Let's talk about...
...
Sep 03 2012
How to contact us
Andrey Karpov
If you want to ask us a question concerning PVS-Studio, its capabilities or ways to purchase it, we'll be glad to answer it. If you have any suggestions or you have noticed a bug in PVS-Studio...
...
Aug 31 2012
Some words about template checks
Andrey Karpov
The PVS-Studio analyzer sometimes generates mysterious messages mentioning a template class. For example: V614 Instantiate ReconstructMB<PlaneY, PlaneUV, color_format, false, 1>...
...
Feelings confirmed by numbers
Andrey Karpov
For a long time I was worried by some articles on the Internet in which the authors tried to judge about the usefulness of static code analyzers relying on analysis of small...
...
Aug 29 2012
100% code coverage by static analysis - is it that good?
Dmitry Novikov
Many programmers think that the more error messages a static code analyzer produces, the better. It would be true if all the messages hit the bull's eye, as they say. But this is impossible: the...
...
View more Pagination arrow previous
Showing: - of 1579