Here you will find just a few simple programs illustrating some of the boost stuff I use most frequently. Don't let this small set of samples fool you into thinking boost is a small library; I have not even scratched the surface of boost here! The makefile is here.
The basics & Types
- boostTokEx.cpp
- A minimal example of boost tokenizer.
- boostReEx1.cpp
- Simple example of boost's regular expression tools.
- boostRandEx.cpp
- Short demonstration of boost's random number generation API