Quote Originally Posted by BigEd781 View Post
Yup, that is exactly what I suggested a few responses ago.

I don't mean to belabor the point, but there is no sense in learning how to do something the wrong way first. If you need to learn how arrays are used then do something that is suited to that task, not something like this.

I agree with you there, I just hate to not follow directions. It's just me. Anyway, let me ask you a question. Do you think the better way to do this, and still use an array to store the data, is to use a class as you suggested, or to use an array of structures? I can see both ways working, but I am not sure which is the preferred and easiest method...Remember, I am still trying to learn all this . Thanks.