Dec 15, 2010

c++ Boost Note

不完整的参考书  Beyond the C++ Standard Library: An Introduction to Boost

boost 功能很多

mpi: message passing interface 适用于多台计算机(而非多核的计算机)的平行计算,默认不编译
threads
graph

boost::any 可以接受任一类型
boost::any_cast

typeid

lexical_cast 可以在string 和 数值之间进行转换

0 comments: