Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/148.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
microsoft c+中的boost库+; Boost对所有主要C++编译器进行测试,包括VisualC++ C++ /P>_C++_Visual C++_Visual Studio 2010_Boost - Fatal编程技术网

microsoft c+中的boost库+; Boost对所有主要C++编译器进行测试,包括VisualC++ C++ /P>

microsoft c+中的boost库+; Boost对所有主要C++编译器进行测试,包括VisualC++ C++ /P>,c++,visual-c++,visual-studio-2010,boost,C++,Visual C++,Visual Studio 2010,Boost,更新:Krill在我之前找到了编译器测试链接,因此我只想补充一点,Microsoft是Boost的赞助商(我认为为测试贡献的编译器),几个Boost的定期贡献者在Microsoft有日常工作。是的,你可以! 努力工作 < P>检查“编译器测试”部分,VisualC++中的列表。< P> < < /P> Linux: 32位Red Hat Enterprise Linux上的英特尔10.1、11.1 64位Red Hat Enterprise Linux上的英特尔10.1、11.0、11.1

更新:Krill在我之前找到了编译器测试链接,因此我只想补充一点,Microsoft是Boost的赞助商(我认为为测试贡献的编译器),几个Boost的定期贡献者在Microsoft有日常工作。

是的,你可以! 努力工作

< P>检查“编译器测试”部分,VisualC++中的列表。

< P> < < /P>
  • Linux:
    • 32位Red Hat Enterprise Linux上的英特尔10.1、11.1
    • 64位Red Hat Enterprise Linux上的英特尔10.1、11.0、11.1
    • Red Hat Enterprise Linux上的GCC 3.4.6、4.2.4、4.3.4、4.4.3
    • 在Red Hat Enterprise Linux上带有C++0x扩展的GCC 4.3.4、4.4.3
    • QLogic PathScale(TM)编译器套件:Red Hat Enterprise Linux上的3.2版
  • OSX:
    • 英特尔C++编译器10.1、11、11.1在豹上。
    • 英特尔Leopard上的GCC 4.0.1
    • 颠覆的叮当声
  • 窗口:
    • 32位XP上的Visual C++、0、9、0 < LI> Visual C++ 9使用XP和Windows Mobile 5上的STLPART 5.2。
    • <强> Visual C++ 10在XP上的< <强> < /LI> >强> Visual C++ 10在64位Windows 7上。<强> < /LI>
    • Borland/CordyC++ C+5.5.3,6.1.3(2009),6.2.1(2010)。
    • <英特尔> C++ 11.1,带有Visual C++ 9后端,Vista 32位。
    • 通用条款4.3.3关于Mingw
    • Mingw上的GCC 4.4.3,包括和不包括C++0x扩展
    • 通用条款4.5关于Mingw
  • AIX:
    • AIXVersion5.3.0.40上的IBMXLC/C++企业版,V10.1.0.0
  • FreeBSD:
    • FreeBSD 7.2上的GCC 4.2.1,64位
    • FreeBSD 8.0上的GCC 4.2.1,32位
  • Solaris:
    • Solaris 5.10上的Sun C++ 5.10,

这是禅宗的答案。现在,MSDEV 2010是符合标准的C++编译器吗?这取决于…+1。NITPoice:考虑到没有完全符合标准的编译器,我会把它改为“每个合理的标准兼容C++编译器”。问题是什么是第一个标准或Boost??Boost是一个库(或一组库),而不是语言扩展:)@jalf:我来自C#如果有一个大的标准库的话。我错过了C++中的东西。哲学似乎是将语言与标准图书馆分开。我发现把两者结合在一起并互相适应是很方便的:)但你是对的!