20 Jul
2008
20 Jul
'08
10:50 p.m.
I'm using boost regular expressions with good results on text files (html, xml, txt, etc), however, I'm having issues on binary file formats (i.e. MS Office files, etc). I've goggled around, but not found any hints. Just wondering if someone had experience doing REs on binary files. I've tried different open methods ios::binary, etc... still no luck. Thanks