+ 3
Question
Which language is better for making a Windows Application? I want to learn a language that allows me to create a program that is very complex. I already know python, but it is very complicated to use a graphic interface with it while a language like Java makes life easier when it comes to complex interfaces.
4 Respostas
+ 3
C#
+ 2
Almost any language can make an app with GUIs. But you will need C# (which are used to create .exe) to make windows apps. However you can find tools like py2exe, jar2exe which can convert python or java codes to exe files. But coding directly with C# is more efficient than using those tools.
+ 1
C#. You can create very easy user interfaces and do very complex things in code