Do you "have" to know C or Java inorder to learn C++?
The answer is NO. In fact, Robert Lafore, who has written "Object Oriented Programming in Turbo C++" mentions that it is good to learn C++ straightaway so that we do not carry over the not so good programming practices in C.
I learnt C++ in my high school and then learnt C in college. I was skeptical about learning a "lower" programming language when I already knew a later language. But what learning C has taught me is why the features in C++ came to be the way they are and a better understanding of the language itself.
So dig right ahead into C++ and unlock your creativity.
2006-11-03 20:27:28
·
answer #1
·
answered by swami060 3
·
1⤊
0⤋
It's good if you know C or Java before you learn C++.
So that you are familier with C style coding and all.
But if you are starting from scratch then also it is not bad at all.
actully it will help you concentrate more on OOP features of C++.
and you will start thinking in OOPs way.
don't worry and just go ahead.
good luck.
Dharmavirsinh Jhala
2006-11-04 03:59:46
·
answer #2
·
answered by Dharmavirsinh Jhala 2
·
0⤊
0⤋
No, I learned C++ in college w/o knowing C or Java.
Most programming languages follow similar logic and after you learn 1 it's more a matter of learning the correct syntax to use in each one.
2006-11-04 03:34:00
·
answer #3
·
answered by Pony 2
·
2⤊
0⤋
Basically c++ can be considered a union of c & java.
The style of coding is c and concept is java. So you should learn c but may ignore java.
2006-11-04 03:31:55
·
answer #4
·
answered by Shyam Sunder Sarkar 1
·
1⤊
1⤋
not really needed but it does help you understand the concepts much more easily
2006-11-05 13:13:57
·
answer #5
·
answered by life goes on... 2
·
0⤊
0⤋