CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2001
    Location
    CA
    Posts
    10

    Manipulating strings

    Can anyone direct me to a site that can educate me on manipulating strings using a class structure.

    Thank you in advance!


  2. #2
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    Re: Manipulating strings

    If you'll clarify the question - you'll get the answer.

    Please - rate answer if it helped you
    It gives me inspiration when I see myself in the top list =)

    Best regards,

    -----------
    Igor Soukhov (Brainbench/Tekmetrics ID:50759)
    [email protected] | ICQ:57404554 | http://soukhov.com

    Russian Software Developer Network http://rsdn.ru
    Best regards,
    Igor Sukhov

    www.sukhov.net

  3. #3
    Join Date
    Nov 2001
    Location
    CA
    Posts
    10

    Re: Manipulating strings

    I am not to clear on strings, except how to strlen them. For example, returning a pointer to the first occurrence of a specified charater or return the number of consonants etc. I just want information on strings and how to manipulate them. I was hoping to read about it in some web site. I hope that clarifies some things.

    Thanks Rimby


  4. #4
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    Re: Manipulating strings

    http://www.phpphanatic.com/tutorials/
    http://vergil.chemistry.gatech.edu/r...l/strings.html
    http://www.owlnet.rice.edu/~elec201/...al/tut5-7.html

    Try to do "C strlen tutorual examples" search on google.com and you'll get a lot of links.





    Please - rate answer if it helped you
    It gives me inspiration when I see myself in the top list =)

    Best regards,

    -----------
    Igor Soukhov (Brainbench/Tekmetrics ID:50759)
    [email protected] | ICQ:57404554 | http://soukhov.com

    Russian Software Developer Network http://rsdn.ru
    Best regards,
    Igor Sukhov

    www.sukhov.net

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