c++ for python programmers

Neil Cerutti horpner at yahoo.com
Wed Feb 14 18:44:53 EST 2007


On 2007-02-14, Aahz <aahz at pythoncraft.com> wrote:
> In article <1171303251.796306.79520 at p10g2000cwp.googlegroups.com>,
> Thomas Nelson <thn at mail.utexas.edu> wrote:
>>I realize I'm approaching this backwards from the direction
>>most people go, but does anyone know of a good c/c++
>>introduction for python programmers?
>
> This isn't an introduction, but you should probably also pick
> up _Effective C++_ (and possibly _More Effective C++_, though
> that seems less useful to me).

I did enjoy _Effective C++_ very much, but in fact there's
nothing in there that's not already stated in _The C++
Programming Language_. Granted, TCPL is so dense that it wasn't
until *after* reading _Effective C++_ (Scott Meyers), that I
noticed this.

-- 
Neil Cerutti



More information about the Python-list mailing list