View Single Post
Old Mar 22nd, 2008, 7:23 PM   #1
Soulstorm
Hobbyist Programmer
 
Soulstorm's Avatar
 
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3 Soulstorm is on a distinguished road
C++ cross-platform Regular Expression Library

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.
__________________
Project::Soulstorm (personal homepage)
Soulstorm is offline   Reply With Quote