Topic: What is a good introductory C++ book?


Author: cbmiller@netcom.com (Charles Miller)
Date: Fri, 24 Jun 1994 08:20:08 GMT
Raw View
In article <2ojps9$4u5@jake.esu.edu>, aser@esu.edu (Asser Moustafa)
writes:

> I am a student who is taking a C++ course next semester and would like
> to get a head start on knowing the language over the summer.  If
> anyone has purchased a certain C++ book before and found it to be
> very clear and of high quality material, then please mail me the
> ISBN number, the author(s) name, and book title.  I would greatly
> appreciate it.

An excellent, concise introduction is Cay Horstmann's "Mastering C++"
(Wiley, ISBN 0-471-52257-0). It is good on moving from Pascal or C to
C++, and is very helpful on Object-Oriented design.  A new book,
"Mastering Object Oriented Design" will be out soon.


--------------------------
Charles Miller
student @ San Jose State U.
cbmiller@netcom.com

--
Charles Miller
student @ San Jose State U.
cbmiller@netcom.com




Author: joncredit@aol.com (JonCredit)
Date: 21 Jun 1994 22:04:02 -0400
Raw View
In article <2ojps9$4u5@jake.esu.edu>, aser@esu.edu (Asser Moustafa)
writes:



>> I am a student who is taking a C++ course next semester and
would like
>>     to get a head start on knowing the language over the summer.
If anyone
>>     has purchased a certain C++ book before and found it to be
very clear and
>>     of high quality material, then please mail me the ISBN number,
the
>>     author(s) name, and book title.  I would greatly appreciate
it.


Bruce Eckel C++ Inside and Out ISBN # 0-07-881809-5

A super book to get started. Also there is a Teach yourself Borland
C++ in 21 days book that goes through a chapter a day.  I am really
new to C++ myself, I will be using it on a project that is coming up.
 After reading half of Eckels book I moved on to the 21 day book to
excelerate the Borland knowledge.  I will go back to the Eckel book
after I become more familiar with OWL and Windows development.  The
Lipman book that was recommended is also a very good book however I
would not recommend it as a book for first learning the langauge.
Eckel also should have his video tape for his book out by now.  He is
featured in Borland's Beyond the World of C++ and he is really sharp.
 I was fortunate enough to pick up his book and I have not regretted
it a bit.

Good luck

Jon Credit




Author: bkline%occs.nlm.nih.gov (Bob Kline)
Date: Sat, 23 Apr 94 22:32:08 GMT
Raw View
Asser Moustafa (aser@esu.edu) wrote:

:  I am a student who is taking a C++ course next semester and would like
:      to get a head start on knowing the language over the summer.  If anyone
:      has purchased a certain C++ book before and found it to be very clear and
:      of high quality material, then please mail me the ISBN number, the
:      author(s) name, and book title.  I would greatly appreciate it.

The book we recommend (and use in the classes we teach) is Stan Lippman's
C++ Primer, 2nd ed., Addison-Wesley, ISBN 0-201-54848-8.  Head and
shoulders above the rest.

--
/*----------------------------------------------------------------------*/
/* Bob Kline                                           CSI Technologies */
/* bkline@smtp.csof.com                        Corporate Software, Inc. */
/* voice: (703) 522-0820                            fax: (703) 522-5407 */
/*----------------------------------------------------------------------*/




Author: aser@esu.edu (Asser Moustafa)
Date: 14 Apr 1994 16:09:45 GMT
Raw View
 I am a student who is taking a C++ course next semester and would like
     to get a head start on knowing the language over the summer.  If anyone
     has purchased a certain C++ book before and found it to be very clear and
     of high quality material, then please mail me the ISBN number, the
     author(s) name, and book title.  I would greatly appreciate it.

      Thanks,
                --Asser

                      e-mail:  aser@esu.edu




Author: gnat@u.washington.edu (L Boyd)
Date: 14 Apr 1994 22:09:33 GMT
Raw View
aser@esu.edu (Asser Moustafa) writes:


> I am a student who is taking a C++ course next semester and would like
>     to get a head start on knowing the language over the summer.  If anyone
>     has purchased a certain C++ book before and found it to be very clear and
>     of high quality material, then please mail me the ISBN number, the
>     author(s) name, and book title.  I would greatly appreciate it.

>      Thanks,
>                --Asser
>
>                      e-mail:  aser@esu.edu


Bruce Eckel:  C++ Inside & Out

sorry, no isbn.

lb