Array of pointers

Arjan Fetahu 21arjan at hotmail.com
Thu Jan 16 00:55:41 PST 2014


Hi. I started my first program in D (I have a little experience 
in c).
I wanted to create an array of pointers for creating a node with 
multiple
connections. In C you can make one directly (node *nedePtr[]). 
What is the equivalent for the D's syntax??

Regards
Arjan


More information about the Digitalmars-d-learn mailing list