Populating an Array

Pages: 12
Now how would I go about incorporating a boost library into this?
Download boost from here: http://www.boost.org/users/download/#live

Dynamic bitset is a header-only library; put boost in the include files path,
#include <boost/dynamic_bitset.hpp> and use it.
Last edited on
Topic archived. No new replies allowed.
Pages: 12