Array declaration warning

Paul via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 3 13:23:31 PDT 2015


On Wednesday, 3 June 2015 at 11:42:35 UTC, Paul wrote:
>the concept is simple enough...

Well I thought it was; everything works as expected but I need to 
access values in the c style, i.e g the definitions:

struct CoOrd
{
int x, y;
}

CoOrd[][NumPaths]pathList;


More information about the Digitalmars-d-learn mailing list