Articles tagged C

  1. A language people use and bitch about
  2. Easy as Py
  3. 2147483647
  4. Singly Linked Lists in C++
  5. Two star programming
  6. Binary search returns … ?
  7. A useful octal escape sequence
  8. comp.lang.name? Python was named after a comedy troupe. This note discusses what makes a good name for a computer language.
  9. Looping forever and ever
  10. Macros with halos
  11. Fixing header file dependencies. A simple script to check header files are self contained
  12. Fixing Compiler Warnings the Hard Way. Listen when your compiler grumbles, but sometimes you should ignore its suggestions.
  13. 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.
  14. Hunting down globals with nm
  15. Metaprogramming is Your Friend. An investigation into metaprogramming techniques used by lazy C, C++, Lisp and Python programmers.
  16. Brackets Off! Thoughts on operator precedence.