Thread: string tutorials

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    16

    string tutorials

    I want to learn more about strings and char's like replaceing a character in a string or adding a string onto the end of a string. If anybody knows of any good tutorials on string handeling please post them.
    • 0927
    • a.k.a 0 9 two 7

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    28
    Two links:

    http://www.cplusplus.com/doc/tutorial/tut3-2.html (for basics)

    http://www.cse.fau.edu/~cot3002l/stringsC++/ (on how to work with String objects)


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. += operator
    By BKurosawa in forum C++ Programming
    Replies: 8
    Last Post: 08-05-2007, 03:58 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. Classes inheretance problem...
    By NANO in forum C++ Programming
    Replies: 12
    Last Post: 12-09-2002, 03:23 PM
  4. creating class, and linking files
    By JCK in forum C++ Programming
    Replies: 12
    Last Post: 12-08-2002, 02:45 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM