Conversation
Notices
-
Pregunta: What is the best book to learn C++? What is the best book to learn C++ in your opinion? !cpp !developers !gnu !cplusplus
-
C++ Primer Plus was good for syntax, but doesn't teach modern C++ style. Scott Meyers's Effective C++ series is a pretty good supplemental.
-
It really depends if you want to just learn it to know it or learn it to really, really use it.
-
@patrickniedzielski I want learn and use it
-
@guixu758 Not many for C++11 but plenty for C++03. I learned from Thinking in C++ which is free online. Paid for depends on preferred style.
-
@john5342 Thanks im reading a translate of Thiking in C++
-
@guixu758 C++ Primer Plus was the best for me (still haven't managed to read it since ~2003 - this book is a brick!)
-