As you probably already know, in .NET both C++ and C# are compiled into so called Intermediate Language (IL) to be processed on .NET Virtual Machine. 1) So is there any difference between .NET languages in terms of performance? 2) And if not, does it mean that these diferent languages (visual c++, c#, basic, f#...) are made just to be more convenient for specific tasks?
11/10/2018 9:03:32 AM
Alex Wanderman1 Answer
New AnswerMost confortable is c# Which is faster... You won’t feel the difference untill you write big games. But of course c++ is more low level language, which means you should write more code and can get more performance.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message