User profile: syndrome

User info
User name:syndrome
History
Joined:
Number of posts:17
Latest posts:

A Map of Regex and string
No, it's the same problem... Vector pairs solved the problem!

A Map of Regex and string
That's is SOO annoying of C++... Fortunately, I just found a better alternative... Instead of usin...

A Map of Regex and string
Hmmm... Seems a bit overwhelming... But regex_match is the one I want... Even then, the errors are...

A Map of Regex and string
Ok, so what I did just now is:- [code] map<regex, char*> table; table[regex("def")] = "word_def"; ...

A Map of Regex and string
That.was.EPIC! Thanks a lot! One more thing, how do i iterate through it and match the regex with a...