Mail Archives: djgpp/2003/11/21/10:42:49
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
Message-ID: | <20031121154209.8978.qmail@web13003.mail.yahoo.com>
|
Date: | Fri, 21 Nov 2003 07:42:09 -0800 (PST)
|
From: | Thomas Tutone <thomas8675309 AT yahoo DOT com>
|
Subject: | Re: c++ library reference
|
To: | djgpp AT delorie DOT com
|
MIME-Version: | 1.0
|
Jan wrote:
> is there available a reference guide for c++
> libraries (iostream)?
The gnu documentation of the C++ standard library is
not particularly user friendly, especially for
newbies. You can find it, though, at
http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html
IMO, the most user-friendly reference for the C++
standard library, including streams (and <iostream>)
is a printed book, Josuttis' The C++ Standard Library:
http://www.amazon.com/exec/obidos/tg/detail/-/0201379260/qid=1069428300/sr=8-1/ref=sr_8_1/102-2543506-6557735?v=glance&n=507846
Somewhat more terse is the info in Stroustrup's The
C++ Programming Language:
http://www.amazon.com/exec/obidos/tg/detail/-/0201700735/ref=pd_sim_books_1/102-2543506-6557735?v=glance&s=books
You can google for more on-line references. One good
one is the dinkumware site's guide to the C++ standard
library:
http://www.dinkumware.com/refxcpp.html
Good luck.
Best regards,
Tom
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
- Raw text -