|
for (vector<T>::const_iterator i = v.begin(); i < v.begin+v.size()-1;i++)
cout << *i<<' ';
cout << *i<<")\n";
hello friends ... this loop is not working .. it gives an error on the line
for (vector<T>::const_iterator i = v.begin(); i < v.begin+v.size()-1;i++)
the error msg is "expected ; before i" ..
please help me out with this one ...
ur friend in need .... 07-190
|
|
|
|
|
|
|
// |