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

Posts: # Cpp

04 Fév 2013
How to correctly print a value of the types __int64, size_t, and ptrdiff_t
Andrey Karpov
When developing an application, you may often face a trouble that variables of the types __int64, size_t, or ptrdiff_t are printed incorrectly. First of all we should mention the difference...
...
17 Déc 2012
A few words about OpenSSL
Andrey Karpov
This is a small note on the results of checking the OpenSSL project with the PVS-Studio analyzer. I analyzed the openssl-0.9.8-stable-SNAP-20121208...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
12 Déc 2012
How to complement TDD with static analysis
Andrey Karpov
TDD is one of the most popular software development techniques. I like this technology in general, and we employ it to some extent. The main thing is not to run to extremes when using it...
...
07 Nov 2012
Security, security! But do you test it?
Andrey Karpov
There is no fragment in program code where you cannot make mistakes. You may actually make them in very simple fragments. While programmers have worked out the habit of testing algorithms...
...
02 Nov 2012
The further we go, the more exotic the errors become
Andrey Karpov
In the times when we were just starting PVS-Studio development, I was able to almost instantly determine the cause of a false positive or an error in the analyzer itself. I was able to...
...
10 Oct 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...
...
20 Sep 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...
...
19 Sep 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...
...
10 Sep 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...
...
21 Aoû 2012
Analysis of the Trans-Proteomic Pipeline (TPP) project
Andrey Karpov
To be honest, I don't know what the TPP project is intended for. As far as I understand, this is a set of tools to assist in research of proteins and their interaction in living organisms...
...
View more Pagination arrow previous
Showing: - of 641