
4 Feb
2008
4 Feb
'08
1:13 p.m.
On Feb 4, 2008 2:03 PM, Stefan Arentz
void do_filter(const vector_type& src, vector_type& dest) { for (size_t i = 0; i < src.size(); ++i) { dest.push_back(src[i] + 13); } }
Oh please note that I know this is not really rot13. I just needed a simple test and this works fine input like "abcABC" .. the original problem still stands :-) S.