On Sep 9, 2010, at 11:12 AM, Michael Price wrote: > In C++0x, it would be better to use the staticly-sized std::array<intval> type rather than a dynamically sized vector. Or maybe even a std::tuple. I think you are confusing std::vector with the builtin vector type. We are talking about the latter here. John.