| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/s-kramer/cpp_tests/master/t12_iterator_type.cpp | [Back] [Original] |
#include
#include
int main(int argc, char const *argv[])
{
std::vector v (10,0);
for (auto i : v)
{
std::cout
| Web Proxy Viewer | New URL | Original Page |