Walter タンのやることは難解でござるよ…http://www.classicempire.com/http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.empire/1 There isn't very much to the primitive windows graphics in it. ええと…
http://www.digitalmars.com/drn-bin/wwwnews?D.gnu/605 http://home.earthlink.net/~dvdfrdmn/d/Cygwin and FreeBSD!とりあえず FreeBSD インストールしよう…とりあえず恥をかきつつも Linux と MacOSX でビルド完了。私が報告したバグ全部治っててとてもう…
ABAさんがやりたいとおっしゃっていたことはこういうことではなかろうか。 private import std.string; abstract class Base { void p(); } class C1: Base { void p() { printf("C1\n"); } } class C2: Base { void p() { printf("C2\n"); } } class C3: Ba…