Please Vote: Exercises in TDPL?

Nick Sabalausky a at a.a
Fri May 15 13:02:06 PDT 2009


"Walter Bright" <newshound1 at digitalmars.com> wrote in message 
news:gukg9f$n1v$1 at digitalmars.com...
> 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;
> }

I went through a phase where I was really big on making custom sound schemes 
for my system. I loved the clip I had picked for "program crash" so much, I 
wrote a program where the entire intent was to dereference null, just so I 
could listen to my nifty "error" sound whenever I wanted. 





More information about the Digitalmars-d mailing list