Articles on
------------

[Lambda Expressions][1],

[The Type Traits Library][2],

[The rvalue Reference][3],

[Concepts][4],

[Variadic Templates][5],

[shared_ptr][6]

[Regular Expressions][7]

[The Header <tuple>][8]

[Multi Threading][9]

General Discussion
--------------

[The C/C++ Users Journal][10],

[The New C++][11],

[Article][12]


Videos
------

[Google tech talk][13] 

overview of various features
---------------------------------
[overview at wikipedia][14]

Library
-------
[Boost][15]


  [1]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=254
  [2]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=276
  [3]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=310
  [4]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=313
  [5]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=396
  [6]: http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=239
  [7]: http://www.ddj.com/cpp/185300414
  [8]: http://www.ddj.com/cpp/184401974
  [9]: http://www.informit.com/guides/printerfriendly.aspx?g=cplusplus&seqNum=414
  [10]: http://www.petebecker.com/newlib1.html
  [11]: http://www.petebecker.com/newlib.html
  [12]: http://www.artima.com/cppsource/cpp0x.html
  [13]: http://video.google.com/videoplay?docid=2768126766555555011
  [14]: http://en.wikipedia.org/wiki/C%2B%2B0x
  [15]: http://www.boost.org/