C/C++ style Crashes?
Hasan Aljudy
hasan.aljudy at gmail.com
Sun Jan 7 17:47:41 PST 2007
Jon Grant wrote:
> Hi
> Just having a look at the D language.
> Does D still let the programmer allocate memory, cast addresses and read/write
> direct address space as we can from C/C++?
>
> I'd like to know if it solves this problem, Java and C# don't allow such access.
> Cheers
> Jon
> --
> Weblog: http://jguk.org/
You can play with pointers anyway you want, it's designed to be a
systems language; if you can do it in C you can do it in D.
In fact, D even lets you write assembly.
More information about the Digitalmars-d
mailing list