C++ or C# | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

C++ or C#

Which of these languages is more helpfull when you try to find work?

6th Aug 2018, 12:31 PM
Arda Peker
Arda Peker - avatar
1 ответ
+ 5
C# is more modern, managed language that runs on virtual machine (really similar to Java). It is used through some frameworks for back-end web development, also you write code for unity game engine in C#. C++ is really (like really) fast, because it compiles right to machine code. But it is not managed, harder and you can easily mess things up. So you need more practise too be good at it. It is used to write OpenGL or native programs for small devices like thermostats that need maximum performance.
6th Aug 2018, 5:05 PM
Jacob
Jacob - avatar