寫的程序不多,換過的 IDE 不少,本文將列舉曾經用過的不同 C 語言相關的 IDE 環境,既是紀念,也是回憶。
值得注意的是 IDE 的出現是為了提高開發效率,有一個相對成熟的編譯環境和程序。從編程的角度來看,過分去區分 IDE 和 Editor 的意義不是非常大,一個用起來順手且功能齊全的 IDE 就是一個好的 IDE。
Turbo C?
如大家所了解的,Turbo C是由美國Borland公司開發的一套C語言程序開發工具,Borland公司是一家專門從事軟件開發、研制的大公司。該公司相繼推出了一套Turbo系列軟件,如Turbo BASIC、Turbo Pascal、Turbo Prolog,這些軟件很受用戶歡迎。
Turbo C is a discontinued Integrated Development Environment and compiler for the C programming language from Borland. First introduced in 1987, it was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price.
記得我最初入門 C 語言的時候,被要求用的 "IDE 環境",界面非常 CLI ,對于上一代 C 程序員來說是一段回憶。?
?