arrays and pointers & Tango

Nick B nick.barbalich at gmail.com
Thu Sep 4 04:12:53 PDT 2008


I would like to create a dynamic array, of say, 10 strings.

I would like to use pointers if possible, to show the relationships 
between the strings, like as follows:

a[1] to a[2]
a[1] to a[3]
a[1] to a[4]
a[1] to a[5] ......

snip
a[2] to a[3]
a[2] to a[4]
a[2] to a[5] ......

snip
a[3] to a[4]
a[3] to a[5]  etc etc.

Is this possible using Tango ?

thanks

D newbie.


More information about the Digitalmars-d-learn mailing list