I don’t know I feel like there aren’t many resources to learn C++. Maybe it is because I am not looking hard enough. Can someone here recommend some websites or videos?
I don’t know I feel like there aren’t many resources to learn C++. Maybe it is because I am not looking hard enough. Can someone here recommend some websites or videos?
If for beginners, perhaps these?
Thinking in C++ Vol 1
Thinking in C++ Vol 2
Sorry for the Amazon URLs, :( Bruce Eckel used to have a web page, where he had his books in PDF for free, but perhaps given how many people, and Bruce himself consider C++ a thing of the past, that’s no longer available, :( Perhaps he should wirte a thinking in Rust, though he seems more oriented towards Go… I’d lovely get a “Thinking in Rust”, the Bruce Eckel’s way (from basics to advance Rust concepts, including Rustisms).
You can still find those PDFs around, as well as the code, and even solutions to the problems I believe…
The good thing about thinking in C++, is the way one is guided through the language. Though it’s pretty dated, thereforre new C++ versions changes are not expected to be there, neither new standard library versions changes. However I think it was pretty good to learn C++, from the basics, to some less basic and practical C++ stuff…
Those are available on archive.org:
Thanks