How would I go about using boost::dynamic_bitset?
I've tried a simple include statement: #include <boost/dynamic_bitset.hpp>,
but in Dev C++ I get an error saying
"No such file or directory."
Do I need to download the necessary files and include them in the project?
If so, which files?
Thanks for any suggestions.