>>You should write a beginner's tutorial on C++0x for Daniweb. That will be a great way to promote this site. I can also contribute on some easier topics!!.
That's a great idea! I think most advanced programmers can just look at the wiki or Bjarne's FAQ page, and totally understand how to use C++0x features, even from just the short and simple examples. But, for beginner to average programmers, there are still nice features to take advantage of. Something along the lines of "getting acquainted with C++0x and how it can benefit the average programmer". I'm thinking "auto", initializer_list, lambdas, rvalue-references, constexpr, range for-loops, decltype(), variadic templates, etc. I guess the new standard libraries should be tackled as well. It might be a lot of work, but it might be possible with enough contributors. If interested, I guess a good starting point would be to post some example C++0x code on this wiki setup by daviddoria. Then, it could be turned into one or more tutorials to go on Daniweb.
Narue, are you up for it?