effective c++ 55 熟悉boost
小于 1 分钟
effective c++ 55 熟悉boost
boost提供了很多高质量的c++库,在平常的开发过程中可以多加关注。
分析
除了Meyers以外,还有很多大佬们都推荐boost库,可见该库确实不同一般。
"...one of the most highly regarded and expertly designed C++ library projects in the world."— Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
"The obvious solution for most programmers is to use a library that provides an elegant and efficient platform independent to needed services. Examples are BOOST..."— Bjarne Stroustrup, Abstraction, libraries, and efficiency in C++
boost的官网上包含了每个版本的所包含的功能 https://www.boost.org/doc。

总结
- boost是一个社群,也是一个网站。致力于免费、源码开放、同僚复审的c++程序库开发。Boost在C++标准化过程中扮演了神具影响力的角色。
Loading...