2007-09-07から1日間の記事一覧

boost::mpl::for_each

C++

Boost.MPL実は初めて使ったんですが OK #include <iostream> #include <vector> #include <string> #include <boost/mpl/list.hpp> #include <boost/mpl/for_each.hpp> using namespace boost; struct { template <class Type> void operator()(const Type&) const { std::cout << typeid(Type).name() << std::endl; } } disp; int mai…</class></boost/mpl/for_each.hpp></boost/mpl/list.hpp></string></vector></iostream>

GUI開発に必要なこと

画面作るのにコードを極力書かない開発環境がほしいつまりは、C++にWPFやWindowsフォームがほしい