Array of pointers
Namespace
rswhite4 at googlemail.com
Thu Jan 16 01:00:16 PST 2014
On Thursday, 16 January 2014 at 08:55:43 UTC, Arjan Fetahu wrote:
> 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
node*[] nedePtr;
More information about the Digitalmars-d-learn
mailing list