I'm new to programming and I'm stuck between starting with C or C++. I've done some searching but the advice hasn't been clear. I'm leaning towards C++ first, but I'm open to suggestions. What do you think?
1 Answer
I suggest starting with C. It's simpler and you’ll grasp the fundamentals much better. Once you have a solid foundation in C, moving to C++ will be much easier, and you'll just need to pick up a few additional concepts to get comfortable with the object-oriented features.

So I should learn some C first to ease into C++?