2012-08-01から1ヶ月間の記事一覧

修羅場飯

修羅場の時は食物の摂取がおろそかになりがちになるが、かといって何も取らなかったり栄養が偏ればたちまち体調を崩し、作業効率がかえって落ちてしまう。 というわけで食育講座。

boost::regexでIPアドレスを取得

備忘録。 #include <boost/regex.hpp> #include <string> int tmpIP[4] = {0,0,0,0}, tmpPort = 0; std::string str(buf); boost::regex reg("(\\d+)\.(\\d+)\.(\\d+)\.(\\d+):(\\d+)"); boost::regex reg2("(\\d+)\.(\\d+)\.(\\d+)\.(\\d+)"); boost::smatch result; if (boost::rege</string></boost/regex.hpp>…