+ 1
C++ vs C#: Which is easier to insert GUI?
2 Réponses
+ 1
It depends on the platform. Through the .Net framework C# WPF is probably the easiest to get started with UI as there is a tremendous framework for xaml UI built in. The .Net framework actually supports WPF with C++ so it really comes down to what platform you want to target and how familiar you are with either language.