Are the tutorials on here all up to date with C++11?

Just curious.
Kind of.

Recently twicker updated the Tutorials to include sections about the range-based for() loop, move constructor and move assignment operator.

Some advanced topics such as lambdas and variadic templates are still missing, though.

The Reference is pretty well updated, so far.
I think they are as up to date as you can reasonably expect. They aren't meant to cover every nuance of the language, they are simply meant to be an introduction to the basics and a few of the features. I agree with Catfish666, the reference section is where you should go to check out the x11 stuff.
Topic archived. No new replies allowed.