Which is the best book to learn about C++?

I know basics of C now I have to learn C++ please suggest me a book for C++.

C++ programming by D.S malik

1 Like

Prefer this official Documentation
http://www.cplusplus.com/doc/tutorial/

2 Likes

thanks a lot !

thanks :blush:

well normally a good c++ book contain more than 500 pages if you not like reading then maybe it takes a lot of time to cover that whole book inplace of book you can learn c++ programming language through youtube you can easily cover the whole topic at around 2-3 month and your listening and understanding skill is also increases

3 Likes

I would suggest you to watch youtube videos more than buying a book to learn c++

3 Likes

If you know the basics from a semester of problem solving/general introductory course in CPP, and want to learn it from Competitive Programming aspect, I would suggest using CSES Competitive Programming Handbook. https://cses.fi/book/book.pdf

1 Like

“Effective C++” and “Effective modern C++” books.
Also if you want more:

2 Likes

Thinking in C++ - Bruce Eckel (2 vols)

The C++ Programming Language - Bjarne Stroustrup (founder himself)

1 Like

thanks a lot :smiley: !

1 Like

If you really want a book to learn c++: Try this out. https://books.goalkicker.com/CPlusPlusBook/.
Otherwise, i think www.geeksforgeeks.org is the best for learning C++. It offers plethora of topics of C++ with subtleties of each topic.

2 Likes