+ 1
Is C needed for C++?
I wanted to learn C++ but I'm a bit confused about C and C++...is C essential for C++?? or should I just skip C and learn C++??
3 Respuestas
+ 1
C is essential, but it is a subset of C++. Learning C++ teaches you C (but leaves out what won't work in a C compiler i.e. classes.)
+ 3
Just learn c++ and you can learn whats doesn't work in c if you'll ever need it.
+ 2
C++ is a language in its own right. Learn C++.