boost

boost with sqlite3

// -*- coding: utf-8-with-signature-dos -*- //============================================================================== #include <sqlite3.h> #include <boost/format.hpp> #include <boost/bind.hpp> #include <string> #include <iostream> #include <functional> using boost::format; using boost::bind; …</functional></iostream></string></boost/bind.hpp></boost/format.hpp></sqlite3.h>

boost勉強中

boostが楽しいassignとかlambdaとか便利やわ〜。 // -*- coding: utf-8-with-signature-dos -*- //============================================================================== #include <boost/lambda/lambda.hpp> #include <boost/lambda/bind.hpp> #include <boost/assign.hpp> // lambda/bind.hppと一緒にincludeする</boost/assign.hpp></boost/lambda/bind.hpp></boost/lambda/lambda.hpp>…