Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: C++ book for pythonista?
1 point by kaahne on May 22, 2013 | hide | past | favorite | 2 comments
Hi. This must be one of the most asked question in CS, but bear with me for a second.

I need a C++ book, and the amount of possible reference makes it hard to make a good choice.

Ideally, this book doesn't start from the very beginning (e.g. "There are many types : int, float, ...), and explains the many subtlety, best practices and traps of modern C++.

I learned Java in school, and used Python a lot for work and side projects. I've used a bit of C++ throughout school and for particular projects requiring specific libraries, but do not have extensive knowledge of it (up to now, I've refrained from using "new", or any kind of pointer more complicated than an iterator for fear of screwing things up ... yeah, I know). Obviously, this is not enough, and I would like to go further.

Any Ideas ?




I suggest C++ Primer Plus, by Stephen Prata. It's well-written, clear, and comprehensive.

I don't know of any good C++ books specifically for Python programmers, but I've read/skimmed many C++ books and Prata's is easily the best.


You're never going to find a book tailored for you that walks you through everything. Pick any book, learn from it, experiment, make mistakes.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: