Difference between revisions of "Boost"

From ProgrammingExamples
Jump to: navigation, search
(Boost Graph Library (BGL))
(Boost Graph Library (BGL))
Line 17: Line 17:
 
* [[CPP/Boost/BGL/VertexProperties|Add properties to vertices]]
 
* [[CPP/Boost/BGL/VertexProperties|Add properties to vertices]]
 
* [[CPP/Boost/BGL/BundledProperties|Bundled properties]]
 
* [[CPP/Boost/BGL/BundledProperties|Bundled properties]]
 +
* [[CPP/Boost/BGL/AdjacentVertices|Get a list of neighboring (adjacent) vertices]]

Revision as of 11:26, 27 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.

Boost Graph Library (BGL)