How to recursively print STL-based trees

There are plenty of resources on how we may recursively search and print the contents of binary trees. This example shows how to (recursively) make use of the Boost serialization libraries and streams in order to print the contents of a tree-like data structure. For more help on getting set up with the Boost libraries …

Continue reading ‘How to recursively print STL-based trees’ »

Using BoostPro to install Boost library packages

UPDATE 15 February 2014: BoostPro is no more. You may find this alternative post useful in setting up the Boost libraries that require separate compilation. A number of Windows-based Boost libraries are not “header-only” and require that you must get them compiled. One way is to compile them yourself. A possibly easier way is to …

Continue reading ‘Using BoostPro to install Boost library packages’ »