2008-08-10から1日間の記事一覧

テンプレートの特殊化

C++

http://www.geocities.jp/ky_webid/cpp/language/037.html Modern C++ Designを読み始めた。 でも、難しい…Modern C++ Design―ジェネリック・プログラミングおよびデザイン・パターンを利用するための究極のテンプレート活用術 (C++ In‐Depth Series)作者: …

glob for Windows

http://storehouse.sakura.ne.jp/viewvc/viewvc.cgi/libtar_lab/glob/?root=svn エミュレートできた、と思う。 大丈夫かな…。 #include <stdio.h> #include <stdlib.h> #include "compat.h" int main() { glob_t globbuf; int i; puts("pattern: /usr/local/*"); if (openbsd_gl</stdlib.h></stdio.h>…