What programming language was Windows Vista programmed in?

后端 未结 9 2007
故里飘歌
故里飘歌 2021-01-22 01:35

Which programming language(s) were used to code Windows Vista?

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-22 02:15

    Well, the Windows kernel is still almost entirely C. However, there are different aspects that use C++, say some parts of the shell and so forth. The core is C. Other languages, perhaps even .NET might be used in some corners for certain applications but C is the OS language of choice in Windows.

提交回复
热议问题