Terrible Terrible C

Today I want to talk about a couple of the terrible things that C (or a compiler extension) allows you to do. First up: labels as values gcc has an extension that allows you to treat a label as a value. Why it has such a feature is something of an enigma to me, but… Continue reading Terrible Terrible C