“`” 参考回答:

标准库

C++标准库,包括了STL容器,算法和函数等。

<a href=""http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library"">C++ Standard Library</a>:是一系列类和函数的集合,使用核心语言编写,也是C++ISO自身标准的一部分。

<a href=""http://en.wikipedia.org/wiki/Standard_Template_Library"">Standard Template Library</a>:标准模板库

<a href=""http://en.wikipedia.org/wiki/C_POSIX_library"">C POSIX library</a>:POSIX系统的C标准库规范

<a href=""https://github.com/cplusplus"">ISO C++ Standards Committee</a>:C++标准委员会

框架

C++通用框架和库

Apache C++ Standard Library:是一系列算法,容器,迭代器和其他基本组件的集合

ASL:Adobe源代码库提供了同行的评审和可移植的C++源代码库。

<a href=""https://github.com/boostorg"">Boost</a>:大量通用C++库的集合。

<a href=""https://github.com/bloomberg/bde"">BDE</a>:来自于彭博资讯实验室的开发环境。

<a href=""http://libcinder.org/"">Cinder</a>:提供专业品质创造性编码的开源开发社区。

<a href=""http://ryan.gulix.cl/fossil.cgi/cxxomfort/"">Cxxomfort</a>:轻量级的,只包含头文件的库,将C++ 11的一些新特性移植到C++03中。

<a href=""http://dlib.net/"">Dlib</a>:使用契约式编程和现代C++科技设计的通用的跨平台的C++库。

<a href=""https://github.com/paulhodge/EASTL"">EASTL</a>:EA-STL公共部分

<a href=""https://github.com/sumeetchhetri/ffead-cpp"">ffead-cpp</a>:企业应用程序开发框架

<a href=""https://github.com/facebook/folly"">Folly</a>:由Facebook开发和使用的开源C++库

<a href=""https://github.com/julianstorer/JUCE"">JUCE</a>:包罗万象的C++类库,用于开发跨平台软件

<a href=""https://github.com/facebook/libphenom"">libPhenom</a>:用于构建高性能和高度可扩展性系统的事件框架。

<a href=""https://github.com/sourcey/libsourcey"">LibSourcey</a> :用于实时的视频流和高性能网络应用程序的C++11 evented IO

<a href=""https://github.com/koanlogic/libu"">LibU</a>:C语言写的多平台工具库

<a href=""http://loki-lib.sourceforge.net/"">Loki</a>:C++库的设计,包括常见的设计模式和习语的实现。

<a href=""https://code.google.com/p/mili/"">MiLi</a>:只含头文件的小型C++库

<a href=""http://www.openframeworks.cc/"">openFrameworks</a> :开发C++工具包,用于创意性编码。

<a href=""http://qt-project.org/"">Qt</a>:跨平台的应用程序和用户界面框架

<a href=""http://code.google.com/p/reason/"">Reason</a>:跨平台的框架,使开发者能够更容易地使用Java,.Net和Python,同时也满足了他们对C++性能和优势的需求。

<a href=""http://root.cern.ch/"">ROOT</a>:具备所有功能的一系列面向对象的框架,能够非常高效地处理和分析大量的数据,为欧洲原子能研究机构所用。

<a href=""http://www.stlport.org/"">STLport</a>:是STL具有代表性的版本

<a href=""http://stxxl.sourceforge.net/"">STXXL</a>:用于额外的大型数据集的标准模板库。

Ultimate++:C++跨平台快速应用程序开发框架

Windows Template Library:用于开发Windows应用程序和UI组件的C++库

Yomm11:C++11的开放multi-methods.

 

<pre><code> "“`

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.