google / re2

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
BSD 3-Clause "New" or "Revised" License
8.89k stars 1.12k forks source link

How to use "re2" library in CodeBlocks? #173

Closed prosimplecoding closed 6 years ago

prosimplecoding commented 6 years ago

I'm new member in github. I use CodeBlocks for developing simple programs in C++. How I use this library?

junyer commented 6 years ago

I'm not familiar with Code::Blocks, but http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/ appears to be a good tutorial. As for RE2 itself, there is a fair amount of documentation (including code snippets) in the re2.h header file.