Friday, April 1, 2011

Talk: (Non) Comprehensive Guide to C/C++ Source Code Quality

I did a talk on C/C++ source code quality tools here at Quickoffice. I believe it could be helpful for the C/C++/ObjC developers(especially for those who care about quality). Here goes the list of the tools mentioned:

  • CPD
  • gcc
  • clang
  • Valgrind
  • cppcheck
  • EDoc++
  • GCOV
  • gcovr
  • LCOV
  • avalanche
  • frama-c
(Non) Comprehensive Guide to C/C++ Source Code Quality
You can find LaTeX source and .cpp source files at github