桜、抹茶、白、日記

名古屋市在住のC++使いのcoderの日記だったもの。

2006-12-14から1日間の記事一覧

ガンダム

ちょっと前から気になっている。復刻版 ガンダムマガジンコンプリートBOX (KCピース)作者: 講談社出版社/メーカー: 講談社発売日: 2006/12/14メディア: コミックこの商品を含むブログ (3件) を見る

const_iteratorの勘違い

ポインタ型を要素に持つコンテナの挙動を勘違いしていた。 std::list< int* > lsValue; std::list< int* >::const_iterator itr = lsValue.begin(); for ( ; itr != lsValue.end(); ++itr ) { *(*itr) = 1; // std::list< const int* > ではないので代入可能…

Microsoft Printer Compatibility Library 1.0

4年程前の自分ならウホッて言っていたに違いない。 The Microsoft Visual Basic Printer Compatibility Library allows projects that used the Printer and Printers Collection in Visual Basic 6.0 to be upgraded without having to re-write your print…

DirectX SDK December 2006

d:id:youandi:20061011#p2 今回もすんなりWindows2000に入った。 Redistributable Symbol SDK