Is C# gonna replace C++? Or it will stay? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is C# gonna replace C++? Or it will stay?

what I mean is both programming was created by one company but C# is newer one. Do i need to study C++? though i believe extra knowledge is best. Im just an amateur in programming willing to study.

24th Nov 2017, 3:44 AM
Studious Working
5 Answers
+ 7
C++ is not going anywhere. C++ is faster than C# when it comes to performance. For eg if your software deals with huge numbers like iterations , finding primes upto million etc C++ is always the better choice. Even in gaming industry unreal gaming engine uses C++ ( unity game engine uses C#). Though it is difficult to learn as compared to C# but learning it will not be a waste of time
24th Nov 2017, 4:37 AM
Peerzada Burhan
Peerzada Burhan - avatar
+ 6
It will stay. C++ is one of those major languages that are widely used. It is mainly, very fast in processing code.
24th Nov 2017, 4:06 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
It will stay. I recommend you to learn C# first and then jump to C++.
24th Nov 2017, 4:26 AM
Anton Cox
Anton Cox - avatar
24th Nov 2017, 4:10 AM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar
0
The main difference between C# and C++ is that C# translated source code into a .NET code like Java translated into byte-code. C++ compilators compiles code into assembly instructions.
24th Nov 2017, 7:18 AM
PongWithBreakout
PongWithBreakout - avatar