From 0ae86001d390cdf5f7c20911b8d6fe93c0d6e54f Mon Sep 17 00:00:00 2001 From: Stefanus Du Toit Date: Wed, 30 Oct 2002 15:52:27 +0000 Subject: [PATCH] Better short for evilc++ --- events.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/events.xml b/events.xml index 6a13bbf..d30ed58 100755 --- a/events.xml +++ b/events.xml @@ -961,7 +961,8 @@ lent to you for the duration of this class.

- Abusing template metaprogramming in C++ for fun and profit + Abusing template metaprogramming in C++; aka. writing a + Mandelbrot generator that runs at compile time

Templates are a useful feature in C++ when it comes to writing type-independent data structures and algorithms. Relatively soon