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

Posts: Andrey Karpov

Apr 14 2016
The Ultimate Question of Programming, Refactoring, and Everything
Andrey Karpov
Yes, you've guessed correctly - the answer is "42". In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort...
...
Mar 22 2016
Detecting Overflows of 32-Bit Variables in Long Loops in 64-Bit Programs
Andrey Karpov
One of the problems that 64-bit software developers have to face is overflows of 32-bit variables in very long loops. PVS-Studio code analyzer is very good at catching issues of this type (see...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Feb 05 2016
Undefined behavior is closer than you think
Andrey Karpov
Some people think that undefined behavior is caused only by gross errors (accessing outside the bounds of the array, for instance) or inadequate constructions (i = i++ + ++i, for example). That's...
...
Feb 03 2016
C#, PVS-Studio, ReSharper
Andrey Karpov
There is one question that we constantly get asked: "Does it make sense to use PVS-Studio static code analyzer, if we already have ReSharper?". Programmers probably expect to see an article with...
...
Jan 15 2016
Avoid adding a new library to the project
Andrey Karpov
Suppose, you need to implement an X functionality in your project. Theorists of software development will say that you have to take the already existing library Y, and use it to implement the...
...
Dec 23 2015
New Year PVS-Studio 6.00 Release: Scanning Roslyn
Andrey Karpov
The long wait is finally over. We have released a static code analyzer PVS-Studio 6.00 that supports the analysis of C# projects. It can now analyze projects written in languages C, C++...
...
Dec 08 2015
Is it possible to run 64-bit applications in a 32-bit OS?
Andrey Karpov
Nowadays 64-bit operating systems are very widespread. But 32-bit OS are still present on the market, in quite obvious quantities. A lot of modern program tools are developed to be run only in...
...
Dec 03 2015
The most dangerous function in the C/C++ world
Andrey Karpov
After checking hundreds of C/C++ projects of various types, I can claim: memset() is the most inefficient and dangerous function. Most errors that I see in projects are related to the usage of...
...
Nov 30 2015
Experimental version of PVS-Studio with C# support
Andrey Karpov
Our team is working on an experimental version of the PVS-Studio analyzer that from now on can analyze C# projects. This is neither a Release, nor even a Beta version. It's just a current build...
...
Nov 13 2015
The First C# Project Analyzed
Andrey Karpov
The PVS-Studio team is now actively developing a static analyzer for C# code. The first version is expected by the end of 2015. And for now my task is to write a few articles to attract...
...
View more Pagination arrow previous
Showing: - of 647