EntBlog
Code, 3D, Games, Linux and much more...
Future of C++ (C++0x)
January 3, 2006 @ 19:11 | In Programming | |
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.
Wed, 20 Aug 2008 20:01:28 +0200 / 25 queries. 1.397 seconds / 3 Users Online
|
|
|
|
|
Theme modified from Pool theme. Valid XHTML and CSS
About
Categories