I haven’t used C++ since university 7 or so years ago, but I’ve done a tiny bit of C.
My reasoning is my work uses a ton of C++, a lot of legacy things I’m interested in reading and understanding are written in C++ and because I want to.
Open to recommendations around books, tooling and resources.
With that, look at Stroustup's latest book, it's a good introduction to programming using C++ --- Programming: Principles and Practice Using C++ 3rd Edition. Takes you all the way to C++23 from the creator of the language.
C++ Crash Course: A Fast-Paced Introduction by Josh Lospinoso is a very fun book and will give you a through grounding in working with C++ in a professional setting. However, it stops at C++17 and while the second edition is in the works, the first edition will take you far.
Just so you know, I'm told that modern-day C++ is completely different, looks like a different language than Stroustrup's creation.