Thread: String Functions

  1. #1
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114

    String Functions

    Is there a place that lists all the string functions like len, upper, mid etc?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    http://www.cppreference.com

    I'm not sure how complete that is, but check it out.

  3. #3
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114
    ty, that has quite a bit of stuff in it about strings.
    Im trying to make some code that will change the font of a keyword when it is typed in, im trying to make a little program that makes web pages and I need it to high light tags. Im using the N3D SDK, so that has a lot of added functions in it for the windows API, so I can easily change the font, I just need to make my own code to search through the text box and find those keywords!

  4. #4
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Most(or maybe ALL) compilers come with help files. These help files should have all the information you need on the string class.Theres always the online version of MSDN.Failing that google will return plenty of hits for std::string member functions.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ ini file reader problems
    By guitarist809 in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2008, 06:02 AM
  2. Replies: 8
    Last Post: 04-25-2008, 02:45 PM
  3. RicBot
    By John_ in forum C++ Programming
    Replies: 8
    Last Post: 06-13-2006, 06:52 PM
  4. Badly designed n string functions?
    By anonytmouse in forum C Programming
    Replies: 3
    Last Post: 11-01-2003, 06:16 AM
  5. Something is wrong with this menu...
    By DarkViper in forum Windows Programming
    Replies: 2
    Last Post: 12-14-2002, 11:06 PM