Future of C++ (C++0x)

January 3, 2006 @ 19:11 | In Programming | | del.icio.us digg devbump rss

Artima Developer Community offers a preview written by Bjarne Stroustrup about what we should be expecting from C++ in the next years:

  • Template typedefs (but with a different syntax)
  • Sequence constructors, allowing vector v = {1.0, 2.0, 3.0}
  • Concepts (not a detailed explanation of how this could be implemented but it is an idea that is clearly needed)
  • Autotypes ( for ( auto p = v.begin(); p!=v.end(); ++p) ). This will improve the quality of metaprogramming in C++. The benefit for libraries like spirit will be huge.




Wed, 20 Aug 2008 20:01:28 +0200 / 25 queries. 1.397 seconds / 3 Users Online

gentoo link wordpress link apache link PHP link website stats

Theme modified from Pool theme. Valid XHTML and CSS