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