Please Vote: Exercises in TDPL?

Walter Bright newshound1 at digitalmars.com
Fri May 15 12:37:25 PDT 2009


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;
}



More information about the Digitalmars-d mailing list