This handy guide covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Whether you're a student or professional programmer, you'll benefit from the many tips and techniques for constructing elegant, reliable code.
I was a sucker for these kinds of books. But the way to write beautiful code is to write a formatter that reads your code, follows all the rules and spits out beautiful code. Nothing artistics about it. Just a bunch of rules for making code look good.