answersLogoWhite

0

Learning C before C++ may be considered beneficial, as the concepts in C++ expound upon the concepts of C. However, it is unnecessary to learn C, as virtually any C++ course or resource will include all of the fundamentals that were inherited from C. Also, some concepts in C changed in C++ (to better methods), so learning C first will cause the learner to have to change some of their habits when they move to C++. For example, in C you would exclusively use printf for outputting to a screen, while in C++, you would want to use stream classes, so there would be some unnecessary learning.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Should you learn c plus plus before you start learning java?

No!!!! You do not need to learn c++ for learning java!


Can we learn C plus plus without learning the C language?

Yes. Indeed, it is recommended that you learn C++ before learning C.


Is that java useful c plus plus programming?

first learn how to ask questions


Should you learn C plus plus or Java and why?

It depends on what exactly you want to do. However, the languages are similar; there's no reason you can't learn both.


How can I learn C Plus Plus for free online?

Just click the first related link. =)


Why learn Hebrew?

A Jew should learn Hebrew not for its own sake but as part of a program of Torah-learning plus knowing the meaning of the Hebrew prayers.


What does first steps plus accomplish?

First Steps Plus try to get small kids to learn very basic concepts. They introduce very basic words and also mathematical concepts such as arithmetic.


What should you learn first C or C plus plus?

Although C++ inherits from C, they are actually independent languages intended for different purposes. Which you learn first is more a matter of what is more important to you. If you want to write procedural code using a structured language then C is the one to start with. If you want to write procedural code using an object-oriented approach then C++ is the one to start with. If you want to learn both then it is recommended that you start with C++ as it's much easier to learn C if you already know C++, but much harder to learn C++ if you already know C.


What should your blood sugar be before a meal?

80 plus or minus 15.


You want to learn c plus plus?

No, thanks.


What does -7x plus 7 plus -5x plus 3 plus 74x-2 equals?

you need to find the value of X first before you can solve this equation


Can a function be called from more than one place in aprogram in c plus plus?

You should have tried before asking... of course it can be...