简体   繁体   English

我应该在c ++ visual-studio-2005中使用哪个版本的boost?

[英]Which version of boost should I use with c++ visual-studio-2005?

有谁知道与Visual Studio 2005一起使用的Boost库版本?

The latest version, 1.41.0 . 最新版本为1.41.0

If you're interested, Boost maintains a page with the current status of the regression tests on a variety of platforms , including Visual C++ 7.1, 8.0, and 9.0 (Visual Studio 2003, 2005, and 2008, respectively). 如果您有兴趣,Boost会在各种平台上维护一个页面 ,其中包含回归测试的当前状态 ,包括Visual C ++ 7.1、8.0和9.0(分别为Visual Studio 2003、2005和2008)。

I have been using 1.36 for a while, and it works great. 我使用1.36已有一段时间了,效果很好。 I tried 1.39 for a bit and also works good. 我尝试了1.39一点,并且效果很好。

I find it much easier to install the package from BoostPro , since they package it specifically for various Visual Studio versions, and allow for a customized install to let you choose just what you need. 我发现从BoostPro安装软件包要容易得多 ,因为它们专门针对各种Visual Studio版本进行了打包,并且允许自定义安装以让您选择所需的内容。

1.33.1和1.39.0可以在VS2K5中正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我怎么知道我应该使用哪个C ++标准版本来构建哪个版本的Boost? - How do I know which C++ standard version I should use to build which version of Boost? Visual Studio C++ 中的蓝牙低功耗应用程序用于图像共享。 我应该使用哪些工具? - Bluetooth Low Energy application in Visual Studio C++ for image sharing. Which tools should I use? Boost单元测试和Visual Studio 2005 / Visual C ++和BOOST_AUTO_TEST_SUITE(stringtest)命名空间? - Boost Unit Testing and Visual Studio 2005/Visual C++ and the BOOST_AUTO_TEST_SUITE(stringtest) namespace? 在Visual Studio 2005 C ++中设置文件版本号 - Setting file version number in Visual Studio 2005 C++ 资源中的Visual Studio 2005 C ++自动增量版本 - Visual studio 2005 c++ autoincrement version in resources 具有Boost 1.50的Visual Studio C ++ 2005/2010:警告C4267 - Visual Studio C++ 2005/2010 with boost 1.50: warning C4267 我应该在支持C ++ 03的编译器中使用哪个Boost版本? - Which Boost version should I use with a C++03-capable compiler? Visual Studio 2005中的C / C ++代码突出显示 - C/C++ codehighlighter in visual studio 2005 使用Visual Studio 2005在C ++中绘图 - Drawing in C++ using Visual Studio 2005 Visual Studio 2005中的C ++错误检测 - C++ error detection in Visual Studio 2005
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM