Native Windows Application Development Options

后端 未结 24 1043
予麋鹿
予麋鹿 2021-01-12 10:42

Long winded title, short question:

If one wants to develop for Windows but not have to rely on any external dependency (no runtime, thus ruling out .net), what suppo

24条回答
  •  青春惊慌失措
    2021-01-12 11:12

    Have a look at this page:

    http://dada.perl.it/shootout/

    It's a port of the computer language shootout to compile on the Win32 platform. In the chart of languages used, he lists which ones compile to native code (the compiler is listed in bold italics). I did notice that he listed C# and Java as compiling to native code, but that of course is incorrect, so make sure you investigate.

    I will list each language separately to allow for individual voting.

提交回复
热议问题