Wednesday, April 6, 2011

The most difficult bugs in C++

The most difficult bugs to find reason are:

  1. Libraries, built with different settings for the same configuration.
  2. Different configurations saving output in the same folder.
  3. Memory corruptions.
  4. Multithread bugs.
  5. Memory corruptions in multithread applications.

No comments:

Post a Comment