+ 4
Why much people learn C++
5 Respostas
+ 4
Everyone have their own taste. Some like C++ and some like Java/Js/python etc.
+ 3
There is a saying. "Once you know C++ you'll learn other programming languages quicker" (source needed). That is because many languages are influenced by it including Javascript, Python, Java, C# among others.
+ 3
because some instructors are hardcore and want to teach you how to manage and track your data in memory so that you know the different layers in memory. In Java, you will learn to love the garbage collector soo much when you no longer have to deal with memory allocation, destructors, and memory leaks.
+ 1
Monical you mean C actually
since C++ and the other languages you mention are actually influenced by C
+ 1
lvl 1 crook no I don't mean C. I'm aware C has influenced C++, but so has algol, BCPL and ML.
Bjarne Stroustrup himself confirmed C++ influenced these languages. C++. was made I 1983, Java 1995, python in 1990, C# in 2000. If you check the wiki for each of these languages it says they were influenced by C++.