I am having trouble accessing structure members within Structures.

I have two structures:


struct path {int tour[T]; double overall_cost;};

struct ant {int numb; struct path; int rank;};