Quote Originally Posted by laserlight View Post
You don't actually need to use a std::vector to use that (it was just an example), but the bigger problem is that you are not terribly likely to be using a compiler and supports the latest version of the C++ standard.
Yeah you are right. We are using an old one and I don't think the latest one is actually supported on the uni platform. It is fine, though, you work with what you have. Thanks.