Archive for May, 2006

Managed C++0x?

Thursday, May 4th, 2006

C++ is getting an upgrade one of these days. Herb Sutter is on the committee that’s doing the work, and he’s posted the highlights of the most recent standards committee meeting. My favourite is Auto type deduction. This means being able to simply use “auto” as the type when the compiler is perfectly capable of […]