2007-11-26から1日間の記事一覧

メモ - ファイル読み込み

C++

MASATOの開発日記 - ファイル読み出しコードの性能評価 string filedata(istreambuf_iterator<char>(ifstream("C:\\a.txt", ios::in | ios::binary)), istreambuf_iterator<char>()); string filedata; copy(istreambuf_iterator<char>(ifstream("C:\\a.txt", ios::in | ios::b</char></char></char>…

型推論と可読性 補足

NyaRuRuの日記 - 型推論、可読性、既存文法の速読テクニック渋木宏明(ひどり) blog - C# 3.0の型推論匣の向こう側 - あまりに.NETな - 型推論 私の前回の記事に補足しておきます 私はC# 3.0のvar自体を嫌っているわけではありません今のところ、varを使った…