Topic: I need help finding detailed C and C++ book


Author: "Ed" <ebrobins@ibl.bm>
Date: 1999/08/25
Raw View
Hello All,

I am looking for some detailed C and C++ books that teach you 'in-depth' C
and C++.
I have been using C and C++ for about a year doing some 'teach yourself'
type programmes.  I would like to begin to use it professionally by next
year.  My problem is that even though I know the basics like polymorphism,
inheritance, encapsulation and other C and C++ topics I still dont know a
great deal about the language like what a 'namespace' is or anything to do
with input/output buffers and I dont know much about the standard headers in
C or C++.

Does anyone know of some 'really good' books that cover this information
with programming examples.  A book with examples is very important as it
makes understanding things easier.
I am not looking for any 'Teach yourself in 21 days' books or any Visual C++
books.  Just books that cover the latest ANSI/ISO C and C++ languages.

Any help will be greatly appreciated.

Edmund




[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Francis Glassborow <francis@robinton.demon.co.uk>
Date: 1999/08/25
Raw View
In article <7pvf1m$bp8$1@ffx2nh5.news.uu.net>, Ed <ebrobins@ibl.bm>
writes
>Does anyone know of some 'really good' books that cover this information
>with programming examples.  A book with examples is very important as it
>makes understanding things easier.
>I am not looking for any 'Teach yourself in 21 days' books or any Visual C++
>books.  Just books that cover the latest ANSI/ISO C and C++ languages.

A good start would be to post to a more appropriate newsgroup.

I think your first problem is that you must decide which language you
want to focus on.  They share much syntax but correct idiomatic usage is
vastly different (much larger than the problems Californians have with
my English)

Now if you have the basics of C/C++ you should read one of the highly
recommended texts (relevant to the language you choose to focus on) you
will find reviewed at www.accu.org.

Francis Glassborow      Journal Editor, Association of C & C++ Users
64 Southfield Rd
Oxford OX4 1PA          +44(0)1865 246490
All opinions are mine and do not represent those of any organisation
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: whbloodworth@usa.net (William H. Bloodworth)
Date: 1999/08/25
Raw View
On 25 Aug 1999 04:51:07 GMT, "Ed" <ebrobins@ibl.bm> wrote:

Go to http://www.accu.org/ and gander at the book reviews.

William Bloodworth

>Hello All,
>
>I am looking for some detailed C and C++ books that teach you 'in-depth' C
>and C++.
>I have been using C and C++ for about a year doing some 'teach yourself'
>type programmes.  I would like to begin to use it professionally by next
>year.  My problem is that even though I know the basics like polymorphism,
>inheritance, encapsulation and other C and C++ topics I still dont know a
>great deal about the language like what a 'namespace' is or anything to do
>with input/output buffers and I dont know much about the standard headers in
>C or C++.
>
>Does anyone know of some 'really good' books that cover this information
>with programming examples.  A book with examples is very important as it
>makes understanding things easier.
>I am not looking for any 'Teach yourself in 21 days' books or any Visual C++
>books.  Just books that cover the latest ANSI/ISO C and C++ languages.
>
>Any help will be greatly appreciated.
>
>Edmund


=====================================================================
= Great Achievement REQUIRES Great Effort.
=
= William H. Bloodworth - whbloodworth@usa."net"        ICQ: 21901934
=====================================================================
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]