Computer Association of SIUE - Forums

CAOS Forums => Questions and Answers => Topic started by: raptor on 2007-10-23T11:32:09-05:00 (Tuesday)

Title: String Class Function List
Post by: raptor on 2007-10-23T11:32:09-05:00 (Tuesday)
Does anyone know where I can find a list of all or at least most of the functions contained in the string class (C++).  I'm needing reference material.
Title: Re: String Class Function List
Post by: William Grim on 2007-10-23T12:37:58-05:00 (Tuesday)
The STL class header.  You can also try GotAPI (http://gotapi.com).
Title: Re: String Class Function List
Post by: bandyguy on 2007-10-23T13:04:26-05:00 (Tuesday)
run a search on MSDN within VS. that should bring up a help file with all the methods. This site - http://www.fredosaurus.com/notes-cpp/strings/header-string.html - also lists all of them I think.
Title: Re: String Class Function List
Post by: Kit on 2007-10-23T13:17:38-05:00 (Tuesday)
1st link on google is generally a safe bet:
http://www.cppreference.com/cppstring/index.html
Title: Re: String Class Function List
Post by: Shaun Martin on 2007-10-24T00:50:44-05:00 (Wednesday)
I frequently look stuff up on fredosaurus and cppreference.com.
Title: Re: String Class Function List
Post by: Ross Mead on 2007-10-24T03:05:45-05:00 (Wednesday)
C/C++ Reference (http://www.cppreference.com/) r0x0rz my b0x0rz!

... yeah,... I said it...  :-D