0
Should I know C++ for creating desktop-apps? Or I can limit myself to knowing C#
What are the differences between C++ and C#?
2 ответов
+ 2
Why not just read in to C++ or C anyways? It's not like it's going to be a waste of time. On Windows, you'll survive with C# though.
+ 1
c# would be a better option for creating desktop apps.
c# is made for application programming. On the other hand c++ is more like a low level language with high lvl features.