Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!ames!vsi1!octopus!sjsumcs!horstman From: horstman@sjsumcs.sjsu.edu (Cay Horstmann) Newsgroups: comp.lang.c++ Subject: Re: Multiple Inheritance Message-ID: <1990Dec8.174721.14634@sjsumcs.sjsu.edu> Date: 8 Dec 90 17:47:21 GMT References: <_!B^$1$@rpi.edu> Reply-To: horstman@sjsumcs.SJSU.EDU (Cay Horstmann) Organization: San Jose State University Lines: 19 In article <_!B^$1$@rpi.edu> fargo@iear.arts.rpi.edu (Irwin M. Fargo) writes: > >I had also asked about good references for C++. I was told that E&S's book, >although the most comprehensive book on C++, is not the best choice for begin- >ning C++ programmers. Some of the books that were suggested include: Lippmann >, "The C++ Primer"; Cay Horstmann, "Mastering C++"; Hekmatpour, no title >given; and Hansen, "The C++ Answer Book". > Sharam Hekmatpour, C++ -- A Guide for C Programmers, Prentice-Hall 1990. This is really a nice book for the competent C programmer. It has a very speedy introduction into C++ (version 2). I like the organization of the material. It is presented in an order that is very natural to the C pro- grammer. Don't expect crazy wisdom about overloaded operator new( size_t, ... ). It is strictly an introduction into the language. Cay