开始使用boost

时间:2012-04-22 16:53:57

标签: c++ boost

我知道我的问题没有正确答案,但现在是:

程序员应该知道的最常见/最重要的升级库是什么。我的意思是必须有的东西让你在简历上写“提升”

2 个答案:

答案 0 :(得分:5)

此外,答案#1中提到的其他方便的库包括:

  • BIMAP
  • 可选
  • 随机
  • 标记生成器
  • 格式
  • FOREACH
  • lexical cast
  • 文件系统
  • 日期时间
  • MPI(显然是并行编程)

答案 1 :(得分:2)

就个人而言,以下是我一直使用的库:

  1. boost/smart_ptr
  2. boost/bind
  3. boost/io
  4. boost/lambda
  5. boost/regex