什么是使用C ++ Boost库的优势是什么? [英] What are the advantages of using the C++ Boost libraries?

查看:485
本文介绍了什么是使用C ++ Boost库的优势是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我一直在读通过,看来,Boost库获得在实践中使用了很多(不是我的店,虽然)。为什么是这样?什么使得它如此美妙?

So, I've been reading through and it appears that the Boost libraries get used a lot in practice (not at my shop, though). Why is this? and what makes it so wonderful?

推荐答案

提升是如此广泛使用,因为:

Boost is used so extensively because:


  • 这是开源的,同行评审。

  • 它提供的那STL错过平台无关的功能的广泛

  • 这是STL中补充,而不是替代。

  • 很多的升压开发商都对C ++标准委员会。事实上,升压许多地区被认为是列入下一个C ++标准库。

  • 这是很好的证明。

  • 允许开源和闭源项目的包容。

  • 它的特点是没有的一般的互相依赖的,所以你可以只链接您需要的部分。 [吕克Hermitte的评论]

  • It is open-source and peer-reviewed.
  • It provides a wide range of platform agnostic functionality that STL missed.
  • It is a complement to STL rather than a replacement.
  • Many of Boost developers are on the C++ standard committee. In fact, many parts of Boost is considered to be included in the next C++ standard library.
  • It is documented nicely.
  • Its license allows inclusion in open-source and closed-source projects.
  • Its features are not usually dependent on each other so you can link only the parts you require. [Luc Hermitte's comment]

这篇关于什么是使用C ++ Boost库的优势是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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