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