req C++ ebook

The free download you mean? It's also at http://www.research.att.com/~bs/ (which is Bjarne Stroustrup's homepage).

[edit]

Oh wait, wrong link. The link you mean is legit; mindview.net is Bruce Eckel's own domain.

Code:
   Domain Name: MINDVIEW.NET

   Administrative Contact, Technical Contact:
      Eckel, Bruce		xxx@yyy
      MindView INC.
      5343 VALLE VISTA
      LA MESA, CA 91941
      US
 
Stroustrup's book is very good, but it is not the best book for learning C++.

"Practical C++ Programming", by Steve Oualline, is very good for beginnners. It is an O'Reilly book, so there should be a free ebook of it somewhere.

There is also "Thinking in C++" by Bruce Eckel, which is an online book. http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

Finally, there is "Introduction to Design Patterns in C++ with Qt 4", by Alan and Paul Ezust, which is designed for newbies to C++. Online at http://cartan.cas.suffolk.edu/oopdocbook/opensource/
 
hi all, thx for reply

i've download Thinking in C++ ebook.

have a free download link for Bjarne Stroustrup's book on c++ ???

thx u all
 
Back
Top