Andrei Alexandrescu is widely regarded as one of the foremost experts on advanced C++ programming. He is particularly known for his pioneering work on policy-based design implemented via template metaprogramming. These ideas are articulated in his book Modern C++ Design (Addison-Wesley, 2001, ISBN 0201704315) and were first implemented in his programming library, Loki.

Alexandrescu is currently a graduate student at the University of Washington, researching compiler design. He contributes to the C/C++ Users Journal under the byline "Generic"

External links

  • [1] Alexandrescu's homepage. Contains links to downloadable Loki libraries for various compilers.