Thread: Regular Expression Troubles

  1. #1
    Unregistered
    Guest

    Regular Expression Troubles

    I have a program that needs to be able to parse input from a file and compare it to a regular expression. The input should be a URL, if that helps. I have tried to find documentation on this, but i can't find regular expressions anywhere.

    What i am looking for is a common name for a regular expression header file (if one exists), and a few of the methods declared therin (again, if one exists).

    If there is no standard header file of the sort, could someone give me a shove in the right direction? Such as, how to do this another way. If there is another thread about this topic, let me know and i will go check it out, but i haven't found one yet

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    What class are you taking and what book are you using?

  3. #3

    Cool

    I am not taking a class, and i am basically using
    The Complete Reference: C++ Third Edition
    And the compiler/linker/resource editor/source editor is Dev-C++ by Bloodshed Software if that helps


    P.S. For some reason i wasnt logged in when i posted, sorry.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. recursion error
    By cchallenged in forum C Programming
    Replies: 2
    Last Post: 12-18-2006, 09:15 AM
  3. Regular Expression
    By tintifaxe in forum C++ Programming
    Replies: 3
    Last Post: 06-14-2006, 07:16 AM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. regular expression query in PERL
    By Akhil in forum Tech Board
    Replies: 3
    Last Post: 03-29-2004, 10:26 AM