C ++编译器支持C ++ 0x功能? [英] C++ compiler that supports C++0x features?

查看:114
本文介绍了C ++编译器支持C ++ 0x功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里任何支持C ++ 0x功能的C ++编译器已经有了?

Is where any C++ compiler that supports C++0x features already?

推荐答案

'和g ++支持一些功能。

Both the 2008 Visual C++ 'Feature Pack' and g++ support some features.

g ++支持的C ++ 0x功能列表


a href =http://www.microsoft.com/DownLoads/details.aspx?FamilyID=d466226b-8dab-445f-a7b4-448b326c48e7&displaylang=en =nofollow> Visual C ++ 2008功能包< a> ...包括TR1的实现。 TR1的一部分计划在即将到来的C ++ 0x标准中被采用,作为ISO 2003标准C ++库的第一个主要添加。我们的实现包括一些重要功能,例如:

The Visual C++ 2008 Feature Pack ... includes an implementation of TR1. Portions of TR1 are scheduled for adoption in the upcoming C++0x standard as the first major addition to the ISO 2003 standard C++ library. Our implementation includes a number of important features such as:


  • 智能指针

  • 正则表达式解析

  • 新容器(tuple,array,unordered set等)

  • 复杂的随机数生成器

  • 多态函数包装

  • 输入traits

  • 等等!

  • Smart pointers
  • Regular expression parsing
  • New containers (tuple, array, unordered set, etc)
  • Sophisticated random number generators
  • Polymorphic function wrappers
  • Type traits
  • And more!

这篇关于C ++编译器支持C ++ 0x功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆