// vector.cpp // Malli vector-luokan käytöstä /vl-01 #include #include #include using namespace std; typedef vector cTaulukko; void tulosta(ostream &os, const cTaulukko &luvut) { cTaulukko::const_iterator p; for (p=luvut.begin(); p