I'm new to programming and trying to figure out whether I should start with C or C++. I thought about diving into C++, but I'm open to advice since I'm not sure what's best for beginners.
1 Answer
I'd recommend starting with C. It's simpler, and you'll understand it better overall. Once you get the hang of C, moving to C++ will be a lot easier since you’ll only need to learn some additional features of the language.

So, learning a bit of C first will make C++ easier to tackle?