This code won't compile. It actually doesn't give me any problems until "board.push_back (row);", at which time it gives me a very long and complicated compiler error. Can somebody please tell me what I'm doing wrong?
Update - I changed all the "ChexTile" to "ChexTile*", and that worked. I would still like to know why the above code doesn't compile, though. I don't have a no-argument constructor defined for ChexTile... could that have something to do with it?