タグ

c++とboostに関するPnnc205jのブックマーク (4)

  • artima - Conditional Love: FOREACH Redux

    Plowing through some devilish details of template argument deduction, the conditional operator and the macro preprocessor, Eric develops a robust FOR_EACH iterator. Whether you're using arrays, strings, or containers, this one does it all. Conditional Love: FOREACH Redux My CS201 "Software Development Methods" professor taught that all anyone would ever need to know about C++'s ternary conditional

    Pnnc205j
    Pnnc205j 2008/01/08
    条件演算子を駆使したFOREACHの実装の解説
  • Boostテストライブラリ

    "壊れる可能性のあるものはすべてテストする" XPの格言 イントロダクション コンポーネント 実行モニター プログラム実行モニター テストツール テスト実行モニター ユニットテストフレームワーク ミニマルテスト FAQ 設計 リリースノート オープンな議論 移植性 謝辞 イントロダクション Boostテストライブラリは テストの作成、テストケースやテストスィートにおけるテストの管理、またそれらの実行制御などに適したコンポーネントセットを提供する。プログラム実行モニター はテスト環境ではなく、実稼働環境において有効である。 コンポーネント 実行モニター - 例外・エラー検出用の基ツール。製品またはテストプログラムに対して使用する。実行モニターはユーザの作成した関数を呼び出し、発生した例外すべてを検出・報告する。他のBoostテストライブラリコンポーネント内でも使用している。実稼働環境におい

  • Boost Document Translation Project Home Page

    [ Japanese | English ] In this project, we are translating the document of Boost C++ Libraries into Japanese. If you are interested in this project, please join us!! For details, see also how to join. Boost C++ Libraries http://www.boost.org/ Project Home Page http://boost.cppll.jp/ Mailing List http://lists.sourceforge.jp/mailman/listinfo/boostjp-developer Workspace (Sourceforge.jp) http://source

  • Let's Boost

    Boost C++ Libraries の紹介サイトです。 :: by Google はじめに ご挨拶 Boost のインストール方法 参考リンク集 ニュース ◆ Version 1.42.0 と 1.41.0 対応 (2010/03/14) 新規ライブラリに関する Let's Boost のページ…: property_tree (汎用木構造型コンフィグ管理) / uuid (ユニークID生成器) ◆ RSS つけました (2009/08/28) ◆ Version 1.40.0 と 1.39.0 対応 (2009/08/28) 新規ライブラリに関する Let's Boost のページ…: Signals2 (Signal/Slotライブラリ改良版) ◆ Version 1.38.0 と 1.37.0 対応 (2009/02/22) 新規ライブラリに関する Let's Boost のペー

  • 1