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;