C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

free standard library documentation

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ Language (Moderated)
View previous topic :: View next topic  
Author Message
Frank Birbacher
Guest





PostPosted: Thu Nov 25, 2004 8:56 am    Post subject: free standard library documentation Reply with quote



Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

Frank


[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Back to top
Sumit Rajan
Guest





PostPosted: Fri Nov 26, 2004 1:04 pm    Post subject: Re: free standard library documentation Reply with quote



Frank Birbacher wrote:
Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

http://www.dinkumware.com/refxcpp.html

--
Sumit Rajan <sumit DOT rajan AT gmail DOT com>

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Sharad Kala
Guest





PostPosted: Fri Nov 26, 2004 1:06 pm    Post subject: Re: free standard library documentation Reply with quote




"Frank Birbacher" <bloodymir.crap (AT) gmx (DOT) net> wrote in message
Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

http://www.dinkumware.com/refxcpp.html

Sharad



[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Kim, Seungtai
Guest





PostPosted: Fri Nov 26, 2004 1:09 pm    Post subject: Re: free standard library documentation Reply with quote

"Frank Birbacher"
Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

For the STL, I usually seach bellow sites.

http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm
http://www.sgi.com/tech/stl/

--
S Kim <stkim (AT) yujinrobot (DOT) com>



[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Thomas Mang
Guest





PostPosted: Fri Nov 26, 2004 4:37 pm    Post subject: Re: free standard library documentation Reply with quote


"Frank Birbacher" <bloodymir.crap (AT) gmx (DOT) net> schrieb im Newsbeitrag
news:30ke1pF320romU1 (AT) uni-berlin (DOT) de...
Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

http://www.dinkumware.com/refxcpp.html

Make sure they read, understand and follow the license.

[note to mod deleted--mod]

Thomas

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Scott Simontis
Guest





PostPosted: Fri Nov 26, 2004 11:53 pm    Post subject: Re: free standard library documentation Reply with quote

Quote:
Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

Have you tried MSDN (msdn.microsoft.com)? It is a great reference for

C, C++, Win32, DirectX, and OpenGL functions, and should be a great
tool for your students. However, I find that a reference on C/C++ is
an invaluable tool, and I recommend that your students find a
reference that fits their needs as well.

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Stefan N?we
Guest





PostPosted: Fri Nov 26, 2004 11:54 pm    Post subject: Re: free standard library documentation Reply with quote

Frank Birbacher <bloodymir.crap (AT) gmx (DOT) net> wrote

Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

You can find documentation of the STL (not iostreams!) here:

http://www.sgi.com/tech/stl/table_of_contents.html

HTH
Stefan

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
L.Suresh
Guest





PostPosted: Sat Nov 27, 2004 2:12 am    Post subject: Re: free standard library documentation Reply with quote

http://www.sgi.com/tech/stl/stl_introduction.html (for STL)
http://www.cplusplus.com/ref/indexr.html (for iostream and some c library)

--lsu

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Back to top
void
Guest





PostPosted: Sat Nov 27, 2004 2:14 am    Post subject: Re: free standard library documentation Reply with quote

Frank Birbacher wrote:
Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.


http://www.cppreference.com/
Iostream Library:
http://www.cplusplus.com/ref/iostream/
STL(sgi):
http://www.sgi.com/tech/stl/table_of_contents.html

Best
Darek

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Maxim Yegorushkin
Guest





PostPosted: Sat Nov 27, 2004 2:16 am    Post subject: Re: free standard library documentation Reply with quote

Frank Birbacher <bloodymir.crap (AT) gmx (DOT) net> wrote:

Quote:
Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

There is one for STL from SGI: http://www.sgi.com/tech/stl/
For C and POSIX library functions I usually google for "site:opengroup.org
<function name>"

--
Maxim Yegorushkin

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
apm
Guest





PostPosted: Sat Nov 27, 2004 2:41 am    Post subject: Re: free standard library documentation Reply with quote

Frank Birbacher <bloodymir.crap (AT) gmx (DOT) net> wrote

Quote:
Hi!

Is there a free and recommandable documentation of the C/C++
library functions/headers on the net? I want to point students to
it so they can lookup functions when doing C++ programming.

Yes, the Silicon Graphics web site is quite good. The URL is:

http://www.sgi.com/tech/stl/table_of_contents.html

I would recommend the Josuttis book even though it costs.
It is IMO an indispensible reference for the STL.
The SGI site will probably do for starters though....

Regards,

Andrew Marlow

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]


Back to top
kanze@gabi-soft.fr
Guest





PostPosted: Tue Nov 30, 2004 9:59 pm    Post subject: Re: free standard library documentation Reply with quote

"Maxim Yegorushkin" <e-maxim (AT) yandex (DOT) ru> wrote

Quote:
Frank Birbacher <bloodymir.crap (AT) gmx (DOT) net> wrote:

Is there a free and recommandable documentation of the C/C++ library
functions/headers on the net? I want to point students to it so they
can lookup functions when doing C++ programming.

There is one for STL from SGI: http://www.sgi.com/tech/stl/

Which doesn't cover the entire standard library, but only the parts
provided in the SGI library.

Quote:
For C and POSIX library functions I usually google for "site:opengroup.org
function name>"

For Posix functions, I too use the Open Group documentation (which can
be downloaded and installed locally under certain conditions). For C
functions, I use the Open Group documentation if and only if I want the
documentation to include the Open Group extensions.

For C and C++ standard functions, I use the standards. I wouldn't
recommend the C++ standard for beginners, however, although I personally
find the C standard fairly readable (as standards go). The Dinkumware
site is well done for reference (I've not checked it for tutorials), but
do they document the standard, or their (slight) differences?

--
James Kanze GABI Software http://www.gabi-soft.fr
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]


Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ Language (Moderated) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.