Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Container code snippet to std::cout a container, using the algorithm std::copy and the std::ostream_iterator.
#include <vector> |
When using the IDE C++ Builder 6.0, remove the keyword typename to prevent a compile error.
#include <vector> |