タグ

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

  • boostjp

    サイトは、Boost C++ Libraries日語コミュニティのWebサイトです。 Boost C++ Librariesに関する最新情報、日語ドキュメント、Boost.勉強会の情報などを提供していきます。 このWebサイトは、以下のGitHubリポジトリにて作成を行っています。 boostjp/site : WebサイトのMarkdownソース boostjp/image : Webサイトで使用する画像リソース HTMLデータのダウンロード boostjp.github.io-master.zip ローカルで閲覧できるHTMLを用意しています。 関連サイト C++リファレンスサイト cpprefjp 運営者 boostjpは、以下のコアメンバが運営を行っています: Akira Takahashi Usagi Ito melpon Kohsuke Yuasa Akiko Yaman

  • Boost.Contract その1 - C++ Advent Calender 2012 - すいバカ日誌

    これは C++ Advent Calender 2012 の3日目の記事です。 ーBoost.Contract 0.4.1が最新です。(2012/12/03現在) はい、契約だからってま○どマギネタとか出てくるんじゃないかなーって期待していたそこのアナタ!残念ながら使い回されすぎて使いにくいため、そういったものは出てきませんのであしからず。 Introduction 今回は、今年9月頃に採択されたBoost.Contractについてご紹介します。 そもそもContract Programming(Design by Contract - DbC)は、はじめEiffel,Spec#など*1で取り入れられていたものです。契約プログラミングの大体の説明はWikipediaに任せるとして、それをC++ではどうかけるのか、これからまとめていきたいと思います。 Boost.ContractのTutor

    Boost.Contract その1 - C++ Advent Calender 2012 - すいバカ日誌
  • match065/grive · GitHub

    Grive 0.1.0 Grive is still considered experimental. It just downloads all the files in your google drive into the current directory. After you make some changes to the local files, run grive and it will upload your changes back to your google drive. New files created in local or google drive will be uploaded or downloaded respectively. Deleted files will also be "removed". Currently Grive will NOT

    masterq
    masterq 2012/06/06
    Boostだー
  • ryppl/boost-svn - GitHub

    HTTP Git Read-Only This URL has Read+Write access Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files.

    masterq
    masterq 2012/04/08
    svn最新リポジトリのgitミラー
  • Boost.Proto - Faith and Brave - C++で遊ぼう

    Boost.ProtoのGetting Startedを簡単に訳して解説してみる。 Boost.ProtoはExpression Templateのライブラリを作るためのライブラリです。 簡単な例を挙げるとこんな感じで使います。 #include <iostream> #include <boost/proto/proto.hpp> using namespace boost::proto; terminal<std::ostream&>::type cout_ = { std::cout }; template <class Expr> void evaluate(const Expr& expr) { eval(expr, default_context()); } int main() { evaluate(cout_ << "Hello World\n"); } このプログラムの「

    Boost.Proto - Faith and Brave - C++で遊ぼう
    masterq
    masterq 2010/07/07
    テンプレ恐い。。。
  • 1