
24 Aug
2005
24 Aug
'05
9:33 a.m.
Thanks for the help.
My platform is Win32 and I was able to create a class:
class mystring: public std::iterator<std::bidirectional_iterator_tag, char
mystring class opens the input file and maps it into memory using: CreateFileMapping MapViewOfFile
and I pass this into regex_replace. It seems to work - any thoughts?
Yes, that will work fine, and is probably a lot simpler as well :-) John.