I want to make 2 classes,
One being class Array
the other class Node
In a node object I want to store an ID name, and a number. And then populate the array with different nodes.
Im not asking for complete help, I just curious as to how im going to populate the array with the objects because I'm not sure I know how. Any suggestions? thanks in advance!