Jump to content

Recommended Posts

Hey all,

 

So I'm currently trying to learn visual c++, using microsoft's visual c++ express ide.  Am I wrong, or does vc++ not seem to have regex capability built into it?  That's the impression I'm starting to get...so apparently I need to find a regex library or something, and I thought it would be really super awesome if I could use the pcre library, but apparently that's only officially released for *nix... 

 

So basically my overall goal here is I need to be able to do some regex stuff so can someone point me in the right direction? Ideally A direction that involves being as close to pcre as possible, but if that's not an option, it's all good. 

Link to comment
https://forums.phpfreaks.com/topic/168455-vc-regex/
Share on other sites

The Windows libraries do not include a regexp engine, and as far as I know none of the other libraries used by VC are a regexp lib.

 

 

Hrmmm, the first one that comes to mind besides PCRE is Boost.Regexp.  Never personally used it, but I've used some other Boost stuff and the things I have used were all good.  (So basically I'm suggesting it because it's the only one that I've actually ever heard of :).)

Link to comment
https://forums.phpfreaks.com/topic/168455-vc-regex/#findComment-888686
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.