| View previous topic :: View next topic |
| Author |
Message |
Frank Birbacher Guest
|
Posted: Thu Nov 25, 2004 8:56 am Post subject: free standard library documentation |
|
|
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
|
Posted: Fri Nov 26, 2004 1:04 pm Post subject: Re: free standard library documentation |
|
|
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
|
Posted: Fri Nov 26, 2004 1:06 pm Post subject: Re: free standard library documentation |
|
|
"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
|
|
| Back to top |
|
 |
Thomas Mang Guest
|
Posted: Fri Nov 26, 2004 4:37 pm Post subject: Re: free standard library documentation |
|
|
"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
|
Posted: Fri Nov 26, 2004 11:53 pm Post subject: Re: free standard library documentation |
|
|
| 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
|
Posted: Fri Nov 26, 2004 11:54 pm Post subject: Re: free standard library documentation |
|
|
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
|
|
| Back to top |
|
 |
void Guest
|
|
| Back to top |
|
 |
Maxim Yegorushkin Guest
|
Posted: Sat Nov 27, 2004 2:16 am Post subject: Re: free standard library documentation |
|
|
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
|
Posted: Sat Nov 27, 2004 2:41 am Post subject: Re: free standard library documentation |
|
|
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
|
Posted: Tue Nov 30, 2004 9:59 pm Post subject: Re: free standard library documentation |
|
|
"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 |
|
 |
|