2009-03-04から1日間の記事一覧

Boost.String Algorithm

C++

Boost.String Algorithmにあるsplit便利ですね。 今まで自分で作ってました。 #include <iostream> #include <vector> #include <string> #include <boost/algorithm/string.hpp> #include <boost/foreach.hpp> #define foreach BOOST_FOREACH using namespace std; using namespace boost::algorithm; int main() { string s = "a b c"</boost/foreach.hpp></boost/algorithm/string.hpp></string></vector></iostream>…