What programming language was Windows Vista programmed in?

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

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

9条回答
  •  难免孤独
    2021-01-22 02:07

    As far as I remember, the Windows Research Kernel (which is, afaik, based on XP) is written in C. I assume the rest is too. However, just because the kernel is written in C, doesn't mean the entire operating system is. There are also libraries, tools and applications without which Windows would be pretty useless. Of these, I assume that most are written in C, C++ or C#, though thats just an assumption.

提交回复
热议问题