C/C++
defect.txt
Associated article: Automated Defect Identification
Tags: C/C++ Tools
Published code accompanying the article by Kevin Smith in which he presents techniques that help you quickly identify latent defects in C++ code--without extensive testing or simulation. Also see DEFECT.ZIP.
Automated Defect Identification by Kevin Smith Listing One // ------------------------------------------------------------------------ // This file contains specific lint checks that are MANDATORY before // submitting software into the source code library system. // ------------------------------------------------------------------------ // ------------------------------------------------------------------------ // Use warning level 1 and continue when an error is encountered // ------------------------------------------------------------------------ ...


