CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Posts
    1

    MID, Instr, Right, Left Functions?

    What would these functions be? I am trying to come from advanced vb programmer to vc++.
    I need a little bit of help on these functions. And also, is mfc slowers then regular c coding without dialogs and stuff?
    thanks



  2. #2
    Join Date
    May 1999
    Posts
    128

    Re: MID, Instr, Right, Left Functions?

    I assume you're refering to string manipulation functions (?). Look at the CString class - it has Mid, Right, and Left functions. Don't know what 'Instr' is sorry.


  3. #3
    Join Date
    May 1999
    Posts
    26

    Re: MID, Instr, Right, Left Functions?

    I think Instr is Find


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured