fenbf / cppstories-discussions

4 stars 1 forks source link

2022/moderncpp-beginners-book/ #78

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Modern C++ For Absolute Beginners, Book Review - C++ Stories

In January, I was lucky to get a relatively new book on Modern C++! This time it’s not aimed at experts but rather at the beginner level. It’s called “Modern C++ for Absolute Beginners,” written by Slobodan Dmitrović. I think it might be a valuable resource for job interviews. Let’s see what’s inside.

https://www.cppstories.com/2022/moderncpp-beginners-book/

2kaud commented 2 years ago

My suggested C++ intro book is Ivor Horton's Beginning C++20: From Novice to Professional. https://www.amazon.co.uk/gp/product/1484258835/ref=dbs_a_def_rwt_hsch_vamf_tkin_p1_i0

disdi commented 2 years ago

I simply love this book. Everything you need to jump from C to C++ to Modern C++-. Very simple examples and exercises to get started.

icls1337 commented 1 year ago

How does it compare to your first C++ book, 24h?

fenbf commented 1 year ago

Thanks for the question @icls1337 : I have a nostalgia for my first C++ book, so that might not be an honest comparison :) C++24h was much longer and covered more topics I think. But I'm not sure what the current version of C++24h looks like.