Difference between revisions of "Boost"

From ProgrammingExamples
Jump to: navigation, search
(Created page with '== Boost == * Create a histogram (accumulator) * Matrix * Multi dimensional array * [[CPP/Bo…')
 
Line 1: Line 1:
== Boost ==
+
The following examples are frequent use cases of parts of the Boost (http://www.boost.org/) library. Each example includes a CMakeLists.txt file so it can be easily compiled.
 +
 
 
* [[CPP/Boost/Histogram|Create a histogram (accumulator)]]
 
* [[CPP/Boost/Histogram|Create a histogram (accumulator)]]
 
* [[CPP/Boost/Numeric/Matrix|Matrix]]
 
* [[CPP/Boost/Numeric/Matrix|Matrix]]

Revision as of 11:50, 23 January 2011

The following examples are frequent use cases of parts of the Boost (http://www.boost.org/) library. Each example includes a CMakeLists.txt file so it can be easily compiled.