24 Nov
2003
24 Nov
'03
1:34 p.m.
string match(string(what[5].first, what[5].second) + std::string(what[6].first, what[6].second)); cout << "Found '" << match << "'\n"; However, this is outputing nothing. I also tried what.str(), but that gave me nothing too.
Your code is outputting $5+$6, but there aren't 6 marked sub-expressions in your expression. John.