#include <iostream> #include <boost/random/random_device.hpp> #include "boost/random.hpp" #include "boost/generator_iterator.hpp" using namespace std; int randString() { /*<< We first define the characters that we're…
Boost官网的<Geting Started On Windows>(http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html)提到了Boost库的命名,摘录如下: 以 libboost_regex-vc71-mt-d-1_34.lib 为例: lib 前缀:除了Microsoft Windows之外,每一个Boost库的名字都以此字符串开始.在Windows上,只有普通的静态库使用lib前缀:导入库和DLL…