本文介绍了什么Windows C ++ IDE支持新的C ++ 0X标准?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是优秀的C ++ IDE选项,支持新的标准c ++ 0x(windows os友好)除了视觉.net 2010(beta是太慢/笨重)?
What are excellent C++ IDE options that support the new standard c++0x (windows os friendly) besides visual .net 2010 (the beta is way too slow/clunky)?
推荐答案
虽然不支持完整的C ++ 0x标准,但TR1的大部分内容都包含在。 SP1更新包括。
While not supporting the full C++0x standard, much of the TR1 stuff is included in the SP1 update to Visual Studio 2008. The SP1 update includes the feature pack that was released last year.
这篇关于什么Windows C ++ IDE支持新的C ++ 0X标准?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!