I need a little help. I'm trying to input some info from a file I this is the first time using structures. I made an array to hold my info. I keep getting an error I was just trying to have a loop in main so I could see if the program was getting what I wanted I keep getting an error <<
1>c:\users\jordan\documents\visual studio 2010\projects\whatshesent\whatshesent\whatshesent.cpp(62): error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'infoType' (or there is no acceptable conversion)
I need help resolving this.