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

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts

31 Aoû 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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
29 Aoû 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...
...
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...
...
20 Aoû 2012
Static analysis should be used regularly
Andrey Karpov
We have a practice of occasionally re-analyzing projects we have already checked with PVS-Studio. There are several reasons why we do so. For example, we want to know if we have managed to...
...
14 Aoû 2012
Can I port code to a 64-bit platform under a 32-bit platform?
Andrey Karpov
Yes, you can do this if you use a cross-compiler that creates a native code for a platform different from that on which your code is...
...
14 Aoû 2012
What is the POINTER_32 macro?
Andrey Karpov
The POINTER_32 macro is a standard Windows SDK macro usually declared in header files BaseTsd.h, Ntdef.h or...
...
14 Aoû 2012
Why do 64-bit operating systems use only 48-bit addresses for addressing?
Andrey Karpov
Addresses used in a program, i.e. pointer values, are so called "virtual addresses". The processor contains a small amount of ultra-fast associative memory that stores conversions of several...
...
23 Jul 2012
Software diseases: memset
Andrey Karpov
While analyzing the source codes of various programs I can't help creating associations that each program has a tendency to certain diseases. In many projects you can easily make out patterns...
...
16 Jul 2012
Is it possible to run PVS-Studio in Linux?
Evgenii Ryzhkov
Sometimes our customers wonder if it is possible to run PVS-Studio in Linux. Today we are ready to tell you about our research regarding this...
...
View more Pagination arrow previous
Showing: - of 1622