9 Jul
2014
9 Jul
'14
4:45 p.m.
We almost certainly are meaning different things. I meant something like:
auto p = Paragraphs << TextFile << HTMLFile << "http://www.boost.org/"
Paragraphs::Words::iterator it=p[4].match("Niall");
while(it) std::cout << "'Niall' found at offset " << it->offset << std::endl;
Nice. I'm pretty sure my example can be augmented by a pipeline stage in form of a tcp scheduler pushing into a HTML file stage etc. But don't you think it's a bit too much for a GSoC project and we should set realistic goals a student can achieve? Cheers, Christophe