Articles Written by Andrey Karpov

C/C++: The Hazards of Using a Minimal Amount of Code

This first article in a series devoted to how C/C++ programmers unintentionally play with fire discusses how programmers often attempt to explicitly call a constructor.

How to Make Fewer Errors at the Stage of Code Writing. Part N2

This is the second article on avoiding certain errors at the early stage of code writing. In the previous post, we have already advised you to avoid a large number of calculations in one expression. However, we should investigate this question in detail. Let's see what's dangerous about complex expressions and how we can avoid many logical errors.

90 Errors in Open-Source Projects

The materials collected in this article will be useful for authors of articles, books and blogs. Examples of errors can be used to demonstrate the advantages of different programming styles -- for instance, why you should not try to make your code shorter by writing long expressions.

Leo Tolstoy and Static Code Analysis

Andrey Karpov checks Apache HTTP Server with PVS-Studio and discusses the errors and false reports returned.

Go Deeper

  • This interactive white paper from CIO Magazine and EMC lays out the benefits of big data and predictive analytics, provides tips on how to …
  • This buyers guide provides independent research and test results to help you determine your endpoint protection requirements and identify …
  • Regardless of the size of your business, a Denial of Service attack can disrupt your organization's website and network services. Download …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds