I started learning C++ a couple weeks ago so I'm still starting out. I got Deitel & Deitel's C++ How to program late objects edition. i know it's early on but at the pace I'm going and how I'm liking it so far i was wondering if there's a certain book or website i should go to to learn more about C++ in detail after finishing this one. Thanks in advance
There are tons of books out there and lots of YouTube tutorials as well to learn C++ (or any other programming languages).
But just reading a book will not teach you any programming language. You have to practice coding. If you don't code then you won't get to test your skills and improve. Reading the book is important to learn the concepts but don't waste your time going into unnecessary details. Learn the concepts and practice.
Make some programs or basic console application games like Tic Tac Toe, ConnectFour etc. for yourself. And when you get stuck, feel free to ask questions here.
This is how I learned it!
Well yeah I know. I practice coding on codeblocks, I'm not just reading. It's just that I was asking if there's a go-to book or something after this one.
If you are new to programming (have never programmed before), consider Programming: Principles and Practice using C++. This is the book Bjarne Stroustrup wrote for a freshman (1st year university students) programming class and it has benefited from three years of classroom use.
Otherwise, the go-to book to learn C++ is Stroustrup’s A Tour of C++. Run, don’t walk, to read and recommend this core overview.