Top "Pc-lint" questions

a commercial software linting tool produced by Gimpel Software for the C/C++ languages.

What am I doing wrong in this lint error suppression attempt? And is there a better way?

I have the following line of code: ftDCB.ByteSize = FT_BITS_8; And lint (PC-lint via Visual Lint, specifically) gives me …

c++ lint pc-lint