from Hacker News

Ask HN: Where can I find C++ by Example?

by dzhar11 on 10/2/22, 10:43 PM with 5 comments

I want to spend some spare time and have some fun learning C++, because I respect this language. This is my hobby goal. Many know about "Go by Example" and "Rust by Example" where I have enjoyed these little experiments and well-written text. But where can I find something like "C++ by Example"?

Edit 00: What I am looking for is a language tour (I have read Stroustrup's "A tour of C++"), but I want something more interactive.