Brad Roberts wrote:
> There's only one book that I can remember ever working through the exercises
> on.. and that's even a stretch of the term exercise: Exceptional C++.
The short attention span version of "Exceptional C++":
int main()
{
*(char*)0 = 0;
return 0;
}