Skip to content
EntityQ893105· pop 23· linked from 294 articles

Also known as libboost

raccolta di librerie Open Source

Official website

Link to the official site · 9,185 chars · not written by Vinony

Source code

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use and does not require attribution for binary use. The project website is www.boost.org, where you can obtain more information and download the current release.

Excerpt from the source-code README · 540 chars · not written by Vinony

Article · Italiano

Boost è una raccolta di librerie open source che estendono le funzionalità del C++. Molte di esse sono licenziate sotto la Boost Software License in modo da poter essere utilizzate sia in progetti open source che closed source. Alcuni dei fondatori di Boost fanno parte del comitato standard C++ (ISO/IEC 14882) e diverse librerie Boost sono state accettate per l'incorporazione sia in C++ Technical Report 1, sia in C++0x. Per assicurare efficienza e flessibilità, Boost fa un estensivo utilizzo della programmazione basata su template, e quindi sulla programmazione generica e metaprogrammazione.

Abstract from DBpedia / Wikipedia · CC BY-SA