Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. C++ Regex Library

C++ Regex Library

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharpdelphivisual-studiogame-dev
7 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    afronaut
    wrote on last edited by
    #1

    Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";

    D B N 3 Replies Last reply
    0
    • A afronaut

      Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      MFC does not provide such a class. You might want to search CodeProject, or use Google to do a broader search.

      1 Reply Last reply
      0
      • A afronaut

        Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";

        B Offline
        B Offline
        Brad Sokol
        wrote on last edited by
        #3

        Check out the Boost[^] library. They have a regular expression parser. Brad

        J R 2 Replies Last reply
        0
        • B Brad Sokol

          Check out the Boost[^] library. They have a regular expression parser. Brad

          J Offline
          J Offline
          Jorgen Sigvardsson
          wrote on last edited by
          #4

          A mighty fine package too! -- Frivolous Theorem of Arithmetic: Almost all natural numbers are very, very, very large.

          A 1 Reply Last reply
          0
          • J Jorgen Sigvardsson

            A mighty fine package too! -- Frivolous Theorem of Arithmetic: Almost all natural numbers are very, very, very large.

            A Offline
            A Offline
            afronaut
            wrote on last edited by
            #5

            Yeah, if you can compile it all right... I was succesful in compiling bjam (their 'make' like tool) and then compiled the regex libraries (ironically, using 'make'). Now when I import it (#include ), however, one of the *.LIB files cannot be located (BOOST_REGEX_BCB5_SSS.LIB). C++ newbie time: how does one resolve this easily? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";

            1 Reply Last reply
            0
            • B Brad Sokol

              Check out the Boost[^] library. They have a regular expression parser. Brad

              R Offline
              R Offline
              Rasqual Twilight
              wrote on last edited by
              #6

              You may want to have a look at the GRETA Regular Expression Template Archive at Microsoft Research website.

              1 Reply Last reply
              0
              • A afronaut

                Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";

                N Offline
                N Offline
                Nemanja Trifunovic
                wrote on last edited by
                #7

                In atlrx.h file you can find regular expression classes that ship with VC.NET.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups