Seeking a Recommendation for C++ Book

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
bacte2013
Messages
394
Reaction score
57
Dear Physics Forum advisers,

I am trying to learn the C++ programming language as I need it for my upcoming research in the theoretical computing and cryptography. This is my first time learning the programming language so I am seeking two books (I prefer to learn from the books than using online sources), one covering C++ in the introductory level and one as a detailed, advanced, and referencing book. Could help me?

PK
 
Physics news on Phys.org
The best introductory C++ book would be C++ How To Program By Dietels.
After finishing it, go for C++ Primer by Stanley Lippman. It will drive you to the intermediate level.

DO NOT ever think about starting with Bjarne Stroustrup's book, it is an intermediate/advanced book, and it will drive you crazy if you start with it.