Thanks everyone. It's super simple for now, but got a very basic terrain generator via perlin noise and A* path-finding up and running using the basic Manhattan distance formula. Pretty happy with tonight's progress.
Wanted to use the dynamic array versus a static array since the path coordinate list is variable, but I guess a static array and counter would have worked just as well, as they have for all the terrain generation.