C/C++ 編譯器歷史
Borland C/C++編譯器介紹
Borland Turbo C 1.0 (1987, MSDOS) 文本編輯、程序編譯、連接、運行一體化。
Borland Turbo C 1.5 (1988, MSDOS) 增加圖形庫文本窗口函數庫。
Borland Turbo C 2.0 (1989, MSDOS) 查錯功能,可生成.COM文件(Tiny模式),(8087/80287/80387等)數字協處理器仿真支持。
Borland C++ 2.0 - (1990, MSDOS)
Borland C++ 3.0 - (1991) New compiler support to build Microsoft Windows applications.
Borland C++ 3.1 - (1992) Introduction of Windows-based IDE and application frameworks (OWL 1.0, Turbovision 1.0)
Borland C++ 4.0 - (1993, Windows 3.x) MS-DOS IDE supported no longer included, OWL 2.0.
Borland C++ 2.0 - (1992, OS/2)
Borland C++ 4.01
Borland C++ 4.02 - (1994)
Borland C++ 4.5
Borland C++ 4.51
Borland C++ 4.52 - (1995) 支持 Windows 95, OWL 2.5
Borland C++ 4.53
Borland C++ 5.0 - (1996, Windows 95) Released in March 1996. Works on Windows 95 and Windows NT 3.51.
It does not (officially) work on Windows NT 4.0 (which was still in development at that time).
3rd party tests exhibited some problems on NT 4.0. It does not work in Windows 3.x or DOS. Despite that,
it can produce either Win32, Win16 or DOS programs.
Borland C++ 5.01
Borland C++ 5.02 - (1997) Final release of the Borland C++ IDE (subsequently replaced up by the C++ Builder
series), final release to support compilation to (real-mode) MS-DOS target. Windows NT 4.0 officially
supported.
Borland C++ 5.5 - Command-line compiler only (not with IDE). It is still (freely) available from Borland.
Borland C++ Builder 6.0
CodeGear Delphi 2006 / C++Builder 2006 CodeGear是Borland 的全資子公司。
CodeGear Delphi/C++Builder 2007 for Win32
Embarcadero Delphi 2009 / C++Builder 2009 (Win32) 最后一個非Unidoce的編譯器版本,2008年5月7日Borland以2300萬美元賣掉CodeGear。
Embarcadero Delphi 2010 / C++Builder 2010 (Win32)
Embarcadero Delphi XE / C++Builder XE (Win32)
Embarcadero Delphi XE2 / C++Builder XE2
Embarcadero Delphi XE3 / C++Builder XE3
Embarcadero Delphi XE4 / C++Builder XE4
Embarcadero Delphi XE5 / C++Builder XE5
Embarcadero Delphi XE6 / C++Builder XE6 (Win32/Win64/OSX/iOS/Android) 跨平臺支持,集成ARM-GCC編譯器。
Embarcadero Delphi XE7 / C++Builder XE7 (Win32/Win64/OSX/iOS32/iOS64/Android) 跨平臺支持。
Embarcadero Delphi Seattle / C++Builder Seattle 2015年10月7日,IDERA收購Embarcadero。據說有中文支持及Linux平臺研發計劃。
微軟C/C++編譯器介紹
Microsoft Visual C++ 1.0 (1992, Windows 3.0) 集成MFC2.0, 是Microsoft C/C++ 7.0的升級版本。
Microsoft Visual C++ 1.5 集成MFC2.5, 增加OLE技術和 ODBC支持,是最后一個支持16位軟件編程的軟件,也是第一個支持基于x86機器的32位編程軟件。
Microsoft Visual C++ 2.0 (1994, Windows 3.x)集成MFC3.0, 第一個只發行32位的版本。Visual C++ 2.x附帶了16位和32位版本的CDK,同時支持Win32s的開發。
Microsoft Visual C++ 4.0 (1995, Windows 95) 集成MFC4.0, 升級至4.1和4.2版本, 這個版本是專門為Windows 95以及Windows NT設計的。
Microsoft Visual C++ 5.0 (1995, Windows 95) 集成了MFC4.21,是4.2版以來比較大的一次升級。
Microsoft Visual C++ 6.0 (1995, Windows 98) 集成了MFC6.0,適用于Windows 98、Windows NT4.0、或Windows 2000。
Microsoft Visual C++ .NET 2002(Visual C++ 7.0) 2002年發行,集成了MFC7.0,支持原生64位軟件的開發。
Microsoft Visual C++ .NET 2003(Visual C++ 7.1) 2003年發行,集成了MFC 7.1。
Microsoft eMbedded Visual C++ 用于Windows CE操作系統,Visual C++作為一個獨立的開發環境被Microsoft Visual Studio 2005所替代。
Microsoft Visual C++ 2005 (Visual C++ 8.0) 2005年11月發布,集成了MFC 8.0,引進了對C++/CLI語言和OpenMP的支持。
Microsoft Visual C++ 2008 (Visual C++ 9.0) 2007年11月發布,支持.NET 3.5,放棄了Win9x架構支持,是目前最穩定版本。
Microsoft Visual C++ 2010 (Visual C++ 10.0) 2009年發布,新添加了對C++11標準引入的幾個新特性的支持。
Microsoft Visual C++ 2012 (Visual C++ 11.0) 2012年5月26日發布,支持.net4.5 beta,并實現go live。僅支持win7以上系統。
Microsoft Visual Studio 2013
Microsoft Visual Studio 2015
Intel C++ Compilers
Intel C++ Compiler in Intel Parallel Studio XE
C++/Fortran performance suite for technical computing, enterprise and HPC on Windows*, Linux* and OS X*.
Intel C++ Compiler in Intel System Studio
Embedded and mobile device C++ suite on Windows, Android* and Linux
GNU Compiler Collection
GCC(GNU Compiler Collection,GNU編譯器套裝),是一套由 GNU 開發的編程語言編譯器。
它是一套以 GPL 及 LGPL 許可證所發行的自由軟件,也是 GNU計劃 的關鍵部分,亦是自由的
類Unix 及蘋果計算機 Mac OS X 操作系統的標準編譯器。GCC(特別是其中的C語言編譯器)
也常被認為是跨平臺編譯器的事實標準。
本文中涉及到的編譯器,是廣義的編譯器,包含集成化的開發環境(IDE),是開發應用軟件的基礎軟件。
題外話: 大家可以看到了,在信息技術領域,無論是硬件方面的芯片技術,還是基礎軟件、應用軟件方面,
國外都在加速發展,越來越快。國內則是一如既往的盜版、破解橫行。區區一個Windows95系統,微軟
幾千人耗時三年才研發出來,國內那些百人的小公司,能做出什么玩意兒?
還是那句老話:15億人口,做不出一個操作系統! 幾百所高校,生不出一個德州儀器!
|