regular expressions in dev-c++

J

John Harrison

Ray said:
How can i get GRETA to compile in dev-c++?

thanx

Well I think you're flogging a dead horse. GRETA is a Microsoft baby and Dev
C++ is based around the gcc compiler. So I'd look for a regular expression
library that has been designed for gcc or for compatibility with a wide
range of compilers. E.g. the one from www.boost.org.

If you really can't do without GRETA then I'd quote the compile error you
are getting and the source code which gives that error, and the version of
gcc that you are using. Then at least you have some chance that someone will
be able to help.

john
 
J

Jonathan Turkanis

John Harrison said:
Well I think you're flogging a dead horse. GRETA is a Microsoft baby and Dev
C++ is based around the gcc compiler. So I'd look for a regular expression
library that has been designed for gcc or for compatibility with a wide
range of compilers. E.g. the one from www.boost.org.

Boost is defintely the one to use, since it will almost certainly be
included (slightly modified) in the next version of the standard.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,891
Members
47,423
Latest member
henerygril

Latest Threads

Top