
5 May
2010
5 May
'10
4:20 p.m.
Salvatore Benedetto wrote:
So basically I have to double backslash everytime?
If you want that backslash to make it to the regex engine, yes. Otherwise, you may use raw string literals if your compiler supports them. GCC 4.5 is supposed to support it, but it appears completely broken.