坐着的卡通人物素材:windows 是用什么 语言编的?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/29 02:21:32

windows是一个大型的系统软件,分成很多个部分,由很多名程序员分别完成的。每个程序员可能都有自己擅长的一种编程语言,各自使用自己擅长的语言(可能是C、C++、VB…………)编写程序完成自己所负责的那部分程序功能,然后再编译,组合成最后的windows操作系统软件。整个过程类似工厂里面生产大型设备,各自完成不同部件之后再组装。

WINDOWS是由多种语言的集合,现在的WINDOWS就已经包含了很多的应用程序,这些应用程序五花八门有C++,VB,也有ASP.NET的。

好像是用C,当然也会有汇编。VB我觉得不可能。目前的VB还不完全是真正意义上的编译语言吧,它的内部是用一个解释库来执行的,这怎么可能用来编操作系统呢?

C++

汇编!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

C++ Applications

Microsoft: Literally everything at Microsoft is built using various flavors of Visual C++ - mostly 6.0 and 7.0 but we do have a few holdouts still using 5.0 :-( and some products like Windows XP use more recent builds of the compiler. The list would include major products like:
Windows XP
Windows NT (NT4 and 2000)
Windows 9x (95, 98, Me)
Microsoft Office (Word, Excel, Access, PowerPoint, Outlook)
Internet Explorer (including Outlook Express)
Visual Studio (Visual C++, Visual Basic, Visual FoxPro) (Some parts of Visual Studio like the Base Class Libraries that ship with the .NET Framework were written using C# but the C# compiler itself is written in C++.)
Exchange
SQL
There are also "minor" products like:
FrontPage
Money
Picture It
Project
and all the games.