Try also the Bruce Eckel's "Thinking in C++".
It is also available on-line for free at
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

I like the book because it explains the things
very clearly. After reading it, one will stop 
to think and say that C++ is "only C with 
strange OO things on the top".

Petr

"Paul Rubin" wrote in message
news:<[EMAIL PROTECTED]>...
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> > I was wondering whether anyone could recommend a good C++ book, with
> > "good" being defined from the perspective of a Python programmer. I
> > realize that there isn't a book titled "C++ for Python Programmers",
> > but has anyone found one that they think goes particularly well with
> > the Python way?
> 
> I think it's not possible to really grok C++ without having worked on
> large multi-person C projects and understood what problems C++ tried
> to solve.  The only good book I know about C++ is by Stroustrup, "The
> C++ Programming Language" or something like that; it's not an easy
> book though.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to