Connecting Tech Pros Worldwide Forums | Help | Site Map

How to browse Std C++ classes in linux

Skip Coombe
Guest
 
Posts: n/a
#1: Jul 22 '05
How do folks coding C++ browse the std C++ classes?
I am aware of the excellent www.sgi.com/tech/stl for
the STL classes, but how about iostream?

I am using gcc version 3.2.2.

Skip

John Harrison
Guest
 
Posts: n/a
#2: Jul 22 '05

re: How to browse Std C++ classes in linux


On 21 Jul 2004 16:47:47 -0700, Skip Coombe <skip@skip-coombe.com> wrote:
[color=blue]
> How do folks coding C++ browse the std C++ classes?
> I am aware of the excellent www.sgi.com/tech/stl for
> the STL classes, but how about iostream?
>
> I am using gcc version 3.2.2.
>
> Skip[/color]

http://www.dinkumware.com/refxcpp.html is a very good reference.

john


Tommy McDaniel
Guest
 
Posts: n/a
#3: Jul 22 '05

re: How to browse Std C++ classes in linux


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

skip@skip-coombe.com (Skip Coombe) wrote in message news:<75131d6d.0407211547.29923024@posting.google. com>...[color=blue]
> How do folks coding C++ browse the std C++ classes?[/color]

I used to use http://dinkumware.com/manuals/reader.aspx?lib=cpp, but
it was so glorious that I ended up buying a copy (two if you count the
paper and electronic versions separately) and now do not need Internet
access to use it. Of course, there are times when I just have to look
at my copy of the Standard itself, which isn't nearly as hard as you
might think (usually).
[color=blue]
> I am using gcc version 3.2.2.[/color]

If you want documentation of the actual library used by G++ (as of
version 3.4), go to http://gcc.gnu.org/onlinedocs/libstd...3.4/index.html.
It is also supposed to be installed on your computer (as that page
says), which might be what you have to use if you want the
documentation for your 3.2.2 version instead of the newer 3.4
(although I doubt much has changed). I would recommend sticking with
vendor neutral documentation, as I do, unless they begin sticking
Micro$oft crap into the C++ Standard, in which case I would recommend
that you join me in burning my copy of the Standard.

Tommy McDaniel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA/2JVVB8FYP9YqDcRAos+AJ9/OfXpbzRdkwaaM9SYRwctclwUtACZAdcG
xB7xPwsq4AR0lEdn0JKqG7E=
=MREh
-----END PGP SIGNATURE-----
Chris Dams
Guest
 
Posts: n/a
#4: Jul 22 '05

re: How to browse Std C++ classes in linux


Dear Skip,

skip@skip-coombe.com (Skip Coombe) writes:
[color=blue]
>How do folks coding C++ browse the std C++ classes?
>I am aware of the excellent www.sgi.com/tech/stl for
>the STL classes, but how about iostream?[/color]
[color=blue]
>I am using gcc version 3.2.2.[/color]

For my gcc on linux "info -f iostream" works fine. Also useful is
"info -f libg++".

Best,
Chris
Old Wolf
Guest
 
Posts: n/a
#5: Jul 22 '05

re: How to browse Std C++ classes in linux


skip@skip-coombe.com (Skip Coombe) wrote:
[color=blue]
> How do folks coding C++ browse the std C++ classes?
> I am aware of the excellent www.sgi.com/tech/stl for
> the STL classes, but how about iostream?[/color]

I find the following semi-tutorial, semi-reference guide to be excellent:

ftp://ftp.borland.com/pub/bcppbuilde...bcb5/b5scl.zip

(It's a compiled HTML-help file (.CHM)). I haven't encountered any
borland-specific stuff in it. Wherever it has gaps, you can fill
them in from the Dinkumware reference.
Closed Thread


Similar C / C++ bytes