
Vectors Containing Arrays
Question: I’ve got a struct which is declared as having two fields: int position;char tile-id[6]; When I use this in a vector, I can use the [] notation to initialise the position int OK and can then check this with a cout command, but when I do the same with