タグ

Boostに関するwackyのブックマーク (2)

  • Boost Libraries

    Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Libraries Listed Alphabetically Libraries Listed by Category Algorithms Broken compiler workarounds Concurrent Programming Containers Correctness and testing Data structures Domain Specific Error handling and recovery Function o

    wacky
    wacky 2006/07/28
    Boostの公式ドキュメント。
  • いやなブログ: Boost で再帰的な grep

    Boostの正規表現クラスを使う Boost の正規表現クラスを使ってみよう思い、ディレクトリ以下のファイルに対して再帰的に grep を行うコードを書いてみました。 以下がそのコードです。再帰的な grep はGNU grep の --recursive オプションでできるので実用的な意味はありません。 #include <assert.h> #include <unistd.h> #include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h> #include <boost/bind.hpp> #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> #include <boost/regex.hpp> using name

    wacky
    wacky 2005/11/24
    Boostの正規表現クラスの使用例。
  • 1