Suggest books and strategy so that I can learn C++ COMPLETELY

Please suggest a book using which i can learn all the updated concepts of C++ from beginning to advanced.
Also suggest the book I should prefer for Data Structures And Algorithms( all the concepts from beginning to advanced).

It would be a great help.

Apart from CB courses , geeksforgeeks is a great site to learn different C++ articles (https://www.geeksforgeeks.org/)

For books data structures and algorithms made easy by narasimha karumanchi is a good book . :slight_smile:
Hope it helps :blush:

For Data structures and algorithms, refer “INTRODUCTION TO ALGORITHMS” by T.H. Cormen.
for updated C++ concepts I’ll recommend “Let us C++” by Yashwant Kanetkar.

this is also good!