[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2-D arrays



Does css support 2-dimensional arrays?  If it does, it doesn't seem to
understand the standard C syntax for declaring and referencing 2-D arrays.

I am trying to generate projections on the fly that randomly connect units
in one layer to pairs of units in another.  It seems to me that the easiest
way to code this would be to use 2-D arrays.  I am going to get by for the
moment by pre-generating lists of unit pairs and storing these in a text
file to be read in by my script.  Has anyone done something similar before
in pdp++?  I would be interested in how you did it.  Thanks!