I am building something that seems to be an IRC chat client...
I have managed to do all connections and send and receive text from the server. However, the difficult part is to actually process the received messages.
I figured out I need regular expressions for this, only I don't know how to implement them! Installing Boost (which has regular expressions) is a pain in the butt for OS X, so can anyone provide me with a cross-platform regular expression Library?
I am using OS X, so Windows specific answers will not help.