Jump to content

Andrei Alexandrescu: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Pretty funny.
Link to byline (I didn't know what it meant)
Line 1: Line 1:
'''Andrei Alexandrescu''' is widely regarded as one of the foremost experts on advanced [[C++]] programming.{{Fact|date=February 2007}} 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 0-201-70431-5) and were first implemented in his programming library, [[Loki (C++)|Loki]]. He also implemented the "move constructors" concept in his MOJO library.
'''Andrei Alexandrescu''' is widely regarded as one of the foremost experts on advanced [[C++]] programming.{{Fact|date=February 2007}} 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 0-201-70431-5) and were first implemented in his programming library, [[Loki (C++)|Loki]]. He also implemented the "move constructors" concept in his MOJO library.


Alexandrescu is currently a graduate student at the [[University of Washington]], researching [[speech recognition]]. He contributed to the ''[[C/C++ Users Journal]]'' under the byline "Generic<nowiki><Programming></nowiki>"
Alexandrescu is currently a graduate student at the [[University of Washington]], researching [[speech recognition]]. He contributed to the ''[[C/C++ Users Journal]]'' under the [[byline]] "Generic<nowiki><Programming></nowiki>"


==External links==
==External links==

Revision as of 14:30, 17 July 2008

Andrei Alexandrescu is widely regarded as one of the foremost experts on advanced C++ programming.[citation needed] 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 0-201-70431-5) and were first implemented in his programming library, Loki. He also implemented the "move constructors" concept in his MOJO library.

Alexandrescu is currently a graduate student at the University of Washington, researching speech recognition. He contributed to the C/C++ Users Journal under the byline "Generic<Programming>"