What programming language was Windows Vista programmed in?

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

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

9条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-22 02:09

    From working with the Windows CE operating system I'd say its a mix of C for the old school code and interfaces, and a lot of C++ behind the scenes for drivers and other code. It (WinCE) uses C++ in the drivers behind a C interface to the rest of the system.

    Now I'm going to guesstimate and say there are many bits of C# and other code in it now as well.

提交回复
热议问题