
13 Dec
2009
13 Dec
'09
3:51 p.m.
Hi all,
I have a question regarding boost::regex.
I have one regex which should identify my string AND cut it into pieces.
I've tried with regex_token_iterator and cmatch and failed.
code:
#include <string>
#include <iostream>
#include