DEV Community

[Comment from a deleted post]
Collapse
 
nektro profile image
Meghan (she/her) • Edited

I was also under the standing that C/C++ was memory unsafe/required a ton of manual work, which is why Rust seemed interesting to me at first. I thought everyone was still running their own malloc and free. Rust also has their book which made it easy to jump right in. Do you know of any good places to get started with C++17?

 
codemouse92 profile image
Jason C. McDonald

I rather like Barek's Coding Blog, which has a lot of C++17 tutorials and guides. However, I started yeeeeeears ago in college, so I don't know the best "getting started" tutorial for C++17 yet.