|
|
От: |
Odi$$ey
|
http://malgarr.blogspot.com/ |
| Дата: | 16.01.02 10:25 | ||
| Оценка: | 2 (1) | ||
vector<__int16> samples;
fstream *destfile; // уже открытostream_iterator<__int16> outfile_iter( *destfile);
copy( samples.begin(), samples.end(), outfile_iter );transform( samples.begin(), samples.end(), outfile_iter, func );