I am about to convert this 2D vector to managed code where I instead will use a List<String>.
The problem is that I dont know how to do that, I would be happy to see how that could be done.
std::vector<std::vector<string> > vector1(1000, std::vector<string>());