2012-07-06から1日間の記事一覧

Boost.勉強会 #10の懇親会

C++

Boost.懇親会 #10 - PARTAKE 懇親会の参加登録を開始しました。勉強会に参加される方もそうでない方も、C++を語り明かしに来てみてください。

cpprefjp更新

C++

std::forward_listにinsert_after()を追加。

Boost.Algorithm hex

C++

Boost.Algorithmには、hex()/unhex()という、MySQL由来の関数があります。 hex()関数は、16進数表現の文字列を10進数表現に戻します。 #include <iostream> #include <string> #include <iterator> #include <boost/algorithm/hex.hpp> int main() { std::string s = "abc"; std::string out; boost::algorithm::he</boost/algorithm/hex.hpp></iterator></string></iostream>…