タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

boostに関するyohshiyのブックマーク (5)

  • partake.in

    This domain may be for sale!

  • Chapter 1. Geometry 1.0 - 1.48.0

    yohshiy
    yohshiy 2011/12/01
    すごく欲しいと思ってたライブラリが見つかった。今は部署移動して、そんなに入らないけど...
  • Let's Boost - はじめに


     Boost C++   Boost使  html Let's boost Boost 使  Boost    Twitter  
  • Boost C++ 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 Welcome to Boost.org! Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a br

    Boost C++ Libraries
  • letsboost::format

    sample サンプルの動作確認バージョン [GCC4.4/1.41.0] [VC9/1.41.0] #include <iostream> #include <boost/format.hpp> using namespace std; int main() { // %1%が一番目のパラメータ、%2%が二番目のに置き換わります。 cout << boost::format("%1% %2%") % "hello" % 100 << endl; // printfと同じ書式もOK。 // %05d:0埋めで5桁の整数 %x:16進表記 %f:浮動小数点数 %%:%そのもの cout << boost::format("%05d %x %f %%") % 200 % 255 % 3.33 << endl; // さらに、%2%と%1%を逆順に使うことも cout << boost::for

  • 1