I want to print out the contents of a vector in C++, here is what I have:
#include #include #include #include
In C++11``
for (auto i = path.begin(); i != path.end(); ++i) std::cout << *i << ' '; for(int i=0; i