just a few small questions

MM MM_member at pathlink.com
Fri Apr 14 17:01:41 PDT 2006


I'm really interested in using D for my next Game, but I had a few questions...

License:
First, can I use D commercially ... 
Why is there a open source frontend, or better: Why is D not opensource?
(no offence intended)

Status:
Is D ready for commercial use?
(I need OpenGl and SDL) 

implementation:
I'm really not into garbage collection(coming from C) and never had a real
understanding of tthe difference between stack and heap memory.
What is the best way to allocate a array like this:
info a[500][500];

info{
uint x,y,z;
}

thx, MM





More information about the Digitalmars-d-learn mailing list