Articles tagged C

  1. Fixing header file dependencies. A simple script to check header files are self contained
  2. Fixing Compiler Warnings the Hard Way. Listen when your compiler grumbles, but sometimes you should ignore its suggestions.
  3. Stop the clock, squash the bug. Which is better, a clock which loses a minute a day or one which is stopped? An investigation into how we find and fix software defects.
  4. Hunting down globals with nm
  5. Metaprogramming is Your Friend. An investigation into metaprogramming techniques used by lazy C, C++, Lisp and Python programmers.
  6. Brackets Off! Thoughts on operator precedence.