Thread: MFC and String Manipulation

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    44

    MFC and String Manipulation

    Hello,

    I'm writing an application in MFC, and I have a text edit box. I want to search through word for word searching for a specific string. for instance, it will search through and find all the URLs and save it to a seperate file. I just need some info on string manipulation in MFC. How would I convert a CString to a standard character string in C/C++? If I could get that done, I could probably accomplish my needs with typical C/C++ functions.

    So any info would be useful. Websites, advice, anything. Thanks.
    [Strut]

    I lay on my bed watching the stars, and I thought to myself... Where the hell is my roof?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    44

    null

    Nevermind.... (stupid me, i got it)
    [Strut]

    I lay on my bed watching the stars, and I thought to myself... Where the hell is my roof?

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052

    Re: null

    Originally posted by Strut
    Nevermind.... (stupid me, i got it)
    Dont you just love it when people solve their own problems? Too bad there's some serious problems with me

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MFC :: Modifying string table for multiple file extensions
    By SyntaxBubble in forum Windows Programming
    Replies: 0
    Last Post: 06-06-2003, 05:18 PM
  2. MFC :: Multiple File Extension Support
    By SyntaxBubble in forum Windows Programming
    Replies: 0
    Last Post: 06-02-2003, 09:18 AM
  3. Typcasting string & LPSTR :: MFC
    By kuphryn in forum Windows Programming
    Replies: 6
    Last Post: 08-20-2002, 09:53 AM
  4. MFC Assertion Failure
    By maxthecat in forum Windows Programming
    Replies: 5
    Last Post: 08-01-2002, 09:58 AM
  5. MFC:: CString & Serialize ::C++
    By kuphryn in forum C++ Programming
    Replies: 0
    Last Post: 02-22-2002, 03:31 PM