harborsparrow
Gold Member
- 698
- 210
Several other languages share most of the syntax of C and C++. Those languages include Java and C#, both of which are in my opinion significantly easier to master than C++. As far as I am aware, the only real reason to learn C++ these days is if you want to do Windows or Intel-instruction-set coding "close to the metal" or deep within the operation system. The virtual machine that C# runs on, its very smart compiler, combined with fast hardware these days, will do almost any number crunching that C++ will do, and will do it with less likelihood of a memory leak or a segmentation fault, which are nearly impossible to cause with the newer languages.