Ok some of you might know that I have Sams Teach Yourself C++ in 21 days. So I you know read what they had on arrays, but then (which is not a whole lot) so now I am reading Programming Windows by Petzold......I stumbled upon this......


POINT apt[5] = { 100, 100, 200, 100, 200, 200, 100, 200, 100, 100 } ;



it says an array of five but then it has 10 elements, so I am guessing this is because it's part of a POINT structure which is a pair of values.........am I at least on the right track? Please reply ASAP I need this to go on.