Just a quick question, I am working with classes and I was trying to rename one as an array, ie:
addressType addresses[n];
But I have decided not to make it an array. So is this a legal statement?
addressType addresses;
Or does that only work for arrays? Thanks