|
|
От: | crazz | |
| Дата: | 27.01.06 13:35 | ||
| Оценка: | |||
vector<string> filelist;
.....
.....
vector<string>::iterator iter;
for (iter = filelist.begin(); iter != filelist.end(); ++iter )
cout << *iter << endl;error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)