2010-06-18から1日間の記事一覧

STL algorithm の進捗状況を表示する

とはいっても std::transform だけなんだけど。もうちょっと考えてうまく構造化してやればできるはず。思いつきで書いてます。 http://github.com/januswel/cpplib/commit/2b0e6e80818ca955260ce3980f4129e99fb65aa2 http://github.com/januswel/cpplib/blob…

文字じゃねぇ

comment で istream に std::noskipws manipulator を流し込むか std::istream::unsetf() に std::ios_base::skipws を指定しろと教えてもらったので ( http://togetter.com/li/30132 ) そっちで。ありがとう id:melpon と zakkas783 さん。自前 library に …