カメヲラボ

主にプログラミングとお勉強全般について書いてます

1920-01-01から1ヶ月間の記事一覧

パイプテスト

D

更新:2006.12.10 (dmd 0.177) dmd test.d win32/winbase.d -unittest import std.stdio; import std.stream; import std.string;import win32.windows; import win32.psapi; import win32.winbase;void main(char[][]argv){ }unittest{ PipeTest a = new Pip…

CreateProcessのサンプル

D

更新:2006.12.09 (dmd 0.176, 0.177) Psapi.hとか、WinBase.hがphobosに組み込まれていないので 自前で書かにゃイカン。メンドクサー(゜Д゜) とりあえず、notepadを開くだけ。追記:みくしで質問してみたところ、 http://www.prowiki.org/wiki4d/wiki.cgi?Wi…