Learn both. C will make you a better programmer, and C++ will set you up for success in the world.
Fair, which one would you recommend picking up first?
I would agree -- C first. C is foundational knowledge imo.
11–13 of 13 posts
Earlier quoted context omitted.
Fair, which one would you recommend picking up first?
C first. C++ was originally a superset of C, though my understanding is that that is no longer strictly the case. Still, learning C will make it easier to learn C++, because C is far simpler and in order to understand C++ you’ll have to master C’s concepts anyway.