 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Davide Satta Guest
|
Posted: Sun Aug 24, 2003 5:59 pm Post subject: c++ command list |
|
|
Where can i find a list of command of the standard library of c++ and the
explanation of every single command?
please help me
--
Love & Peace
Respect the Nature
|
|
| Back to top |
|
 |
John Harrison Guest
|
Posted: Sun Aug 24, 2003 6:13 pm Post subject: Re: c++ command list |
|
|
"Davide Satta" <davidesatta (AT) alicemail (DOT) it> wrote
| Quote: | Where can i find a list of command of the standard library of c++ and the
explanation of every single command?
please help me
|
There are no commands in C++, but you can find a good description of the
types, functions, variables etc. of the standard library here
http://www.dinkumware.com/refxcpp.html
john
|
|
| Back to top |
|
 |
Stewart Gordon Guest
|
Posted: Tue Aug 26, 2003 10:27 am Post subject: Re: c++ command list |
|
|
Davide Satta wrote:
| Quote: | Where can i find a list of command of the standard library of c++ and the
explanation of every single command?
please help me
|
That would depend to some degree on what version you're after, but I
don't know much really about the various versions.
But http://www.cplusplus.com is a good reference.
Stewart.
--
My e-mail is valid but not my primary mailbox. Please keep replies on
on the 'group where everyone may benefit.
|
|
| Back to top |
|
 |
Kristofer Pettijohn Guest
|
Posted: Sun Aug 31, 2003 7:28 am Post subject: Re: c++ command list |
|
|
Stewart Gordon <smjg_1998 (AT) yahoo (DOT) com> wrote:
| Quote: | Davide Satta wrote:
Where can i find a list of command of the standard library of c++ and the
explanation of every single command?
please help me
|
I find
http://www.sgi.com/tech/stl/table_of_contents.html
to be a good resource; although they have some stuff that STL doesn't
offer, such as hash and all of the related containers.. but for the
other stuff like vector, deque, list, etc.. its quite nice.
Kristofer
|
|
| Back to top |
|
 |
Powered by phpBB © 2001, 2006 phpBB Group
|