Category Archives: C++0x

Podcasts: Scott Meyers on C++0x/Johan Bezem on Misra

Software Engineering radio recently had two episodes which are of particular interest to the C/C++ developer. First Scott Meyers gives a nice high-level overview on the features of the upcoming C++0x standard covering Lambda expressions, Uniform initialization, Initializer lists, threading … Continue reading

Posted in C++, C++0x, Podcast | Leave a comment

Installing a gcc4.4 snapshot on Ubuntu

The upcoming gcc4.4 release adds a few more C++0x features (initializer lists, auto typed variables, defaulted and deleted functions, strongly typed enums, …) to the in this regard still very incomplete g++. To be able to play with it one … Continue reading

Posted in C++, C++0x | Leave a comment