Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Articles: Andrey Karpov

Posts: Andrey Karpov

Aug 20 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...
...
Aug 14 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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Aug 14 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...
...
Aug 14 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...
...
Jul 23 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...
...
Jul 09 2012
PVS-Studio: Testimonials
Andrey Karpov
I've decided to collect comments of various people concerning our static code analyzer PVS-Studio in one article. Some comments are cited in full and others only partly. You can read the...
...
May 16 2012
Collection of interesting resources on C/C++ programming
Andrey Karpov
I constantly study the Web regarding new articles on C/C++/C++11 programming. If I find them interesting, I post links to them in twitter @Code_Analysis, on Reddit /r/Viva64 and like them...
...
May 15 2012
All about PVS-Studio
Andrey Karpov
PVS-Studio is a static analyzer that detects errors in source code of C/C++/C++11 applications. The PVS-Studio tool integrates into the Visual Studio 2005/2008/2010...
...
Apr 24 2012
Farewell to #define private public
Andrey Karpov
The C++ language, compilers and libraries are heading yet farther towards a stricter control over what programmers write. It is good. All of you probably heard jokes about #define true...
...
Apr 23 2012
Analyzing the Blender project with PVS-Studio
Andrey Karpov
We go on analyzing open source projects and making the software world better. This time we have checked the Blender 2.62 package intended for creating 3D computer...
...
View more Pagination arrow previous
Showing: - of 647