this post was submitted on 01 Nov 2021
5 points (100.0% liked)

C & C++

890 readers
9 users here now

founded 5 years ago
MODERATORS
 

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?

top 6 comments
sorted by: hot top controversial new old
[–] je_vv@lemmy.ml 2 points 3 years ago* (last edited 3 years ago) (2 children)

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...

[–] hackerwacker@lemmy.ml 1 points 3 years ago

Find an application you like and is written in C++ then read the code and make small modifications. Look up concepts online if it's totally unfamiliar.

[–] lmemsm@fapsi.be 1 points 3 years ago (1 children)
[–] the_tech_beast@lemmy.ml 1 points 3 years ago

Thank you so much