We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
编辑好吧,这些实际上都没有增强。我不知道有哪个 IDE 可以做到这一点(坦率地说,我不知道为什么它应该这样做)。安装 Boost 非常简单。我把这个问题解释为:
VS Express 2010 C++:http:// /www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
代码::块和
eclipse CDT 与 MingW 配合使用
nuwen.net(谢谢,本杰明!)
<块引用>
我的 MinGW 发行版(“发行版”)当前包含 GCC 4.6.1 和 Boost 1.47.0。
mingw-7.2.exe (16.8 MB) :这是一个自我- 提取存档。安装非常简单;请参阅如何安装
下面。Edit Ok, none of these actually come with boost. I don't know of an IDE that does (and frankly I don't know why it should). Installing Boost is pretty simple as it is. I interpreted the question to be:
VS Express 2010 C++: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
Code::Blocks and
eclipse CDT work with MingW
nuwen.net (thanks, Benjamin!)
我发现 BoostPro 是安装预编译的 boost 二进制文件(库、DLL)和编译器先决条件(标头等)的最简单方法。 http://www.boostpro.com/download/(这是一个安装程序,可以下载您想要的任何 Boost 模块)在您指定的位置选择并解压它们)。之后使用它所需要做的就是添加库并包含 IDE/编译器的路径。我个人推荐 Visual Studio for Windows。
I find BoostPro the easiest way to install pre-compiled boost binaries (libs, DLLs) and compiler pre-requisites (headers etc). http://www.boostpro.com/download/ (it's an installer that downloads whatever Boost modules you select and unzips them wherever you've told it to). All you need to do after that to use it is add the lib and include paths to your IDE/compiler. I personally recommend Visual Studio for Windows.