2011-08-09から1日間の記事一覧

Boost逆引きリファレンス

C++

Boost逆引きリファレンス boostjpサイトで進めているBoost逆引きリファレンスですが、何人かの協力の元、現在これくらいの項目が出揃いました: for each文 ファイル/ディレクトリ操作 ネットワーク シリアライズ 日付・時間 文字列操作 文字列フォーマット…

Boost.Geometry reverse

C++

reverse()は、図形を逆向きにするアルゴリズムです。 #include <iostream> #include <boost/geometry.hpp> #include <boost/geometry/geometries/point_xy.hpp> #include <boost/geometry/geometries/polygon.hpp> #include <boost/assign/list_of.hpp> namespace bg = boost::geometry; typedef bg::model::d2::point_xy<double> point; typede…</double></boost/assign/list_of.hpp></boost/geometry/geometries/polygon.hpp></boost/geometry/geometries/point_xy.hpp></boost/geometry.hpp></iostream>