とある集団のプログラムメモ

タグ検索でboost3件見つかりました。

Boost メモ

[[本家>http://www.boost.org/]]からアーカイブを取得、もしくはパッケージにより取得する。 [[日本語コミュニティサイトのインストール説明>https://sites.google.com/site/boostjp/howtobuild]] ここでは、ビルド手順を示す。 [version 1.53.0] [[for windows Install guide>http://www.boost.org/doc/libs/1_53_0/more/getting_sta…

https://seesaawiki.jp/urakana-tips/d/Boost%20%a5%e... - 2014年07月02日更新

boost/test

ストライブラリ: ミニマルテスト>boost/test#minimalTest_h3]] *&aname(minimalTest_h3){Boostテストライブラリ: ミニマルテスト} 以下の参照サイトから抜粋,詳細は参考元を参照. [[Boostテストライブラリ: ミニマルテスト>>http://boost.cppll.jp/HEAD/libs/test/doc/minimal.htm]] [[Boostテストライブラリ: サンプルとテスト(ミニマルテスト)>>http:…

https://seesaawiki.jp/urakana-tips/d/boost/test... - 2012年10月09日更新

boost/algorithm

#contents *boost/algorithm 使用したバージョンはboost_1.42 *split **include **機能 文字分割関数.任意の指定した文字で文字列を分割する. =|CPP| // boost::algorithm::split(result, str, pred, token_compress) std::vector result; std::string input; boost::algorithm::split( reult, …

https://seesaawiki.jp/urakana-tips/d/boost/algorit... - 2012年10月09日更新

メンバーのみ編集できます