EntBlog
Code, 3D, Games, Linux and much more...
Future of C++ (C++0x)
January 3, 2006 @ 19:11 | In Programming | No Comments |
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
vectorv = {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.
Sun, 22 Nov 2009 11:20:36 +0100 / 29 queries. 1.455 seconds / 5 Users Online
|
|
|
|
Theme modified from Pool theme. Valid XHTML and CSS
About
Categories