I'm Looking For A *Good* C++ Reference Book



 DEVELOP > c-Plus-Plus > I'm Looking For A *Good* C++ Reference Book

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > c-Plus-Plus
User: "Raque s"
Date: 20 Dec 2003 05:05:57 PM
Object: I'm Looking For A *Good* C++ Reference Book
Hello. I'm looking for a good C++ reference book. I learned C++ a year
ago. It is very broad and I need something to refer to. Particularly
about syntax (using -> versus ".", etc.), using classes, C++ functions,
etc. Basically, a good overall C++ language reference.
I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.
Also, does anyone know of any good standard library reference books?
Please provide feedback. Thanks.
.

User: "zealott"

Title: Re: I'm Looking For A *Good* C++ Reference Book 25 Dec 2003 12:38:50 AM
For quick answers I suggest "Teach Yourself C++ in 10 Minutes." It is very
small, but gets straight to the point and it covers pretty much everything
C++ can do by itself. It won't cost you a whole lot either.
--zealott
Raque <s> wrote in message
news:3f8c6e990980c5800da96a5eaa3797dd@news.teranews.com...

Hello. I'm looking for a good C++ reference book. I learned C++ a year
ago. It is very broad and I need something to refer to. Particularly
about syntax (using -> versus ".", etc.), using classes, C++ functions,
etc. Basically, a good overall C++ language reference.

I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.

Also, does anyone know of any good standard library reference books?

Please provide feedback. Thanks.

.
User: "Gerd Orfey"

Title: Re: I'm Looking For A *Good* C++ Reference Book 29 Dec 2003 03:00:23 PM

Raque <s> wrote in message
news:3f8c6e990980c5800da96a5eaa3797dd@news.teranews.com...
Hello. I'm looking for a good C++ reference book. I learned C++
a year ago. It is very broad and I need something to refer to.
Particularly about syntax (using -> versus ".", etc.), using
classes, C++ functions, etc. Basically, a good overall C++
language reference.

I need a reference book. Not a "begin from scratch" instruction
book, unless there is one that is also a good reference.

Also, does anyone know of any good standard library reference
books?

Please provide feedback. Thanks.

Maybe "C++ in a Nutshell" from Ray Lischner (O'Reilly, 2003) is what you
are looking for.
Peace
Gerd
.

User: "Chris Newton"

Title: Re: I'm Looking For A *Good* C++ Reference Book 29 Dec 2003 12:05:04 PM
zealott wrote...

For quick answers I suggest "Teach Yourself C++ in 10 Minutes." It is very
small, but gets straight to the point and it covers pretty much everything
C++ can do by itself. It won't cost you a whole lot either.

Unfortunately, it also seems to have a few problems:
http://www.accu.org/bookreviews/public/reviews/t/t001917.htm
Cheers,
Chris
.
User: "Bob Jacobs"

Title: Re: I'm Looking For A *Good* C++ Reference Book 29 Dec 2003 12:51:24 PM
"Chris Newton" <chrisnewton@no.junk.please.btinternet.com> wrote in message
news:bspqcg$buc$1@hercules.btinternet.com...

zealott wrote...

For quick answers I suggest "Teach Yourself C++ in 10 Minutes." It is
very small, but gets straight to the point and it covers pretty much
everything C++ can do by itself. It won't cost you a whole lot either.


Unfortunately, it also seems to have a few problems:

http://www.accu.org/bookreviews/public/reviews/t/t001917.htm

May or may not make a difference, but the above review is dated 1999. The
2nd edition of the book dates from 2002.
.



User: "Paul F. Johnson"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 03:56:50 AM
Hi,
By the process of certain things happening, Raque managed to say...

I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.

The C++ Standard Library - Josuttis
The C++ Programming Language - Stroustrup
C++ Templates - Josuttis
Effective STL - Meyers
These should provide what you need (and I would say, be on everyone's book
shelf)
TTFN
Paul
--
One OS to fool them all
One browser to find them
One email client to bring them all
And through security holes, blind them...
.

User: "Andy"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 11:44:48 AM
Raque <s> wrote in message news:<3f8c6e990980c5800da96a5eaa3797dd@news.teranews.com>...

Hello. I'm looking for a good C++ reference book. I learned C++ a year
ago. It is very broad and I need something to refer to. Particularly
about syntax (using -> versus ".", etc.), using classes, C++ functions,
etc. Basically, a good overall C++ language reference.

I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.

Also, does anyone know of any good standard library reference books?

Please provide feedback. Thanks.

1) Thinking in C++ (Bruce Eckel) is a good book to work your way
through the intricacies of the language.
2) The C++ Programming Language (Stroustrup) is of course the bible
that you got to have.
3) Effective C++ - Scott Meyers
4) More Effective C++ - Scott Meyers
.

User: "Dave OHearn"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 01:03:03 PM
Raque <s> wrote:

Hello. I'm looking for a good C++ reference book. I learned C++ a year
ago. It is very broad and I need something to refer to. Particularly
about syntax (using -> versus ".", etc.), using classes, C++ functions,
etc. Basically, a good overall C++ language reference.

I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.

Also, does anyone know of any good standard library reference books?

The only pure C++ reference I know is the O'Reilly C++ "Nutshell"
book. It is impossible to read just for the heck of it; you flip it
open to the part you want, and it tries to give you the answer quickly
so you can put the book down. There are tons of other C++ books that
you could use as a reference, but they are not really references; they
attempt to teach the language in some way or another.
--
Dave O'Hearn
.
User: "Ron Natalie"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 01:25:55 PM
"Dave O'Hearn" <daveoh77@pobox.com> wrote in message news:3e05f9e4.0312211103.7f95aeed@posting.google.com...

The only pure C++ reference I know is the O'Reilly C++ "Nutshell"
book. It is impossible to read just for the heck of it; you flip it
open to the part you want, and it tries to give you the answer quickly
so you can put the book down.

Agreed. While some of it is a bit awkward in some places, it does attempt
to be a sane explanation of the language. I should make the disclosure that
O'Reilly paid me to review that book (primarily to check conformance with
the standard) so I have confidence that it's fairly accurate.
.


User: "Jeff Schwab"

Title: Re: I'm Looking For A *Good* C++ Reference Book 20 Dec 2003 05:20:09 PM
Raque wrote:

Hello. I'm looking for a good C++ reference book. I learned C++ a year
ago. It is very broad and I need something to refer to. Particularly
about syntax (using -> versus ".", etc.), using classes, C++ functions,
etc. Basically, a good overall C++ language reference.

I need a reference book. Not a "begin from scratch" instruction book,
unless there is one that is also a good reference.

Also, does anyone know of any good standard library reference books?

Please provide feedback. Thanks.

_The_C++_Programming_Language_
The Josuttis book on the standard library is a good reference, too. If
you're looking for an STL intro, try this:
http://www.cs.rpi.edu/~musser/stl-book/cover.jpg
.
User: "Mark Bruno"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 12:42:22 AM
This is a multi-part message in MIME format.
------=_NextPart_000_000C_01C3C763.AF463710
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
The ONLY book you need is Bjarne Stroustrup's The C++ Programming =
Language. However, if you need a reference on the standard libraries as =
well, Josuttis's The C++ Standard Library is an excellent choice. Since =
you said you needed mostly syntax though, I'd definitely recommend the =
Stroustrup. Get the special edition, it's really nice. Hard =
cover...double book marks...2 extra appendices...good stuff.
------=_NextPart_000_000C_01C3C763.AF463710
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3Dtimes>The ONLY book you need is Bjarne Stroustrup's =
<EM>The C++=20
Programming Language</EM>.</FONT>&nbsp;<FONT face=3DTimes>However, if =
you need a=20
reference on the standard libraries as well, Josuttis's <EM>The C++ =
Standard=20
Library</EM> is an excellent choice.&nbsp; Since you said you needed =
mostly=20
syntax though, I'd definitely recommend the Stroustrup.&nbsp; Get the =
special=20
edition, it's really nice.&nbsp; Hard cover...double book marks...2 =
extra=20
appendices...good stuff.</FONT></DIV></BODY></HTML>
------=_NextPart_000_000C_01C3C763.AF463710--
.
User: "John Carson"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 01:03:21 AM
"Mark Bruno" <yankeesalldaway@yahoo.com> wrote in message
news:iM2dndGnuJlE3Xii4p2dnA@comcast.com

The ONLY book you need is Bjarne Stroustrup's The C++ Programming
Language.

I regularly refer to Stroustrup's text. It has the information that I am
after more often than not, but there are still lots of occasions when I have
to look elsewhere. C++ is too complex for any single textbook to have all of
the answers. Such a book would be too long to be acceptable to publishers.
Stanley Lippman and Josee Lajoie's C++ Primer is another good book (it is
more advanced than the name suggests). No doubt others can supply further
suggestions. I would say you should have at least 4 (and preferably 10)
reference books.
--
John Carson
1. To reply to email address, remove donald
2. Don't reply to email address (post here instead)
.

User: "Derek Baker"

Title: Re: I'm Looking For A *Good* C++ Reference Book 21 Dec 2003 03:55:04 AM
"Mark Bruno" <yankeesalldaway@yahoo.com> wrote in message
news:iM2dndGnuJlE3Xii4p2dnA@comcast.com...

The ONLY book you need is Bjarne Stroustrup's The C++ Programming Language.

However, if you >need a reference on the standard libraries as well,
Josuttis's The C++ Standard Library is an excellent >choice. Since you said
you needed mostly syntax though, I'd definitely recommend the Stroustrup.

Get the special edition, it's really nice. Hard cover...double book

marks...2 extra appendices...good >stuff.
Have both of those, and would also recommend them.
Look here for lots of reviews:
http://www.accu.org/bookreviews/public/index.htm
--
Derek
.




  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER