D - Simple Window(win32) Program
- ricbalda hotmail.com Aug 10 2004
- "Walter" <newshound digitalmars.com> Aug 16 2004
Hi There, Where I can get a Simple Window(win32) Program, like "Hellow World" demo in D. Thanks Ricardo Balda. Ricardo Balda.
Aug 10 2004
<ricbalda hotmail.com> wrote in message news:cfbkug$q77$1 digitaldaemon.com...Hi There, Where I can get a Simple Window(win32) Program, like "Hellow
demo in D.
import std.stdio; void main() { writefln("hello world!"); }
Aug 16 2004








"Walter" <newshound digitalmars.com>