hello,
I need the support of regular expressions to parse certain outputs..by googling i found out that boost regex is the most recommended..i couldnt properly figure out though what to do next...i have g++ (GCC) 4.4.0 (MinGW, Windows Vista) as my compiler and i dont use IDE's (directly write codes in notepad++ OR Vim)..
can someone pls tell me step by step process of having boost regex features at my disposal..boost site has too many links and is confusing..thanks
Just so you know, it takes a while for boost to compile. After it does, you need to move all those DLL and LIB files (in the "lib" directory) to your C:\MinGW\lib directory, and you will need copy all the stuff in the boost "include" directory to C:\MinGW\include\boost.
You will also need to be careful when compiling to link to the proper boost library. Sometimes it is not clear which one to use. For example, I have the following files: