Possible Duplicates:
The Definitive C++ Book Guide and List
The Definitive C Book Guide and List
What C/C++ books/tutorials would you recommend for a Python Programmer?
I've been lurking on python-dev for a while now and would really like to 'understand' the C/C++ discussions and diff mails that come across in the list.
I guess I'm mainly looking to familiarize the C/C++ syntax and 'concepts'.
EDIT: Clarification on C/C++, my reading tells me C++ is OOP strapped onto C (damn those Python vs X articles) .. I'm inclined towards C because CPython (and C extensions for Python) is where I want to be