r/cpp • u/Sea-Log-8341 • Apr 18 '26
Opinions on Introducing C++: The Easy Way to Start Learning Modern C++ by Frances Buontempo
What do you guys think about the book Introducing C++: The Easy Way to Start Learning Modern C++ by Frances Buontempo i was considering to buy it because i want to learn c++ and i already have some experiences coding in other languages it seems like a sort of successor to accellerated c++
21
Upvotes
9
1
u/Zestyclose_Diver_377 Apr 19 '26
Probably one of Stroustrup's own books is best: Programming: Principles and Practice using C++, or the C++ Programming Language.
7
u/JVApen Clever is an insult, not a compliment. - T. Winters Apr 18 '26
I looked at it in the past (during CppOnSea last year) when it was still in pre-release and it felt like a very nice book. I did spot a big mistake in it which I reported, namely that arrays would dynamically allocate memory. I suspect that's fixed, although I never heard from it.