- Expert Delphi
- Pawe? G?owacki
- 151字
- 2021-07-02 20:44:19
Riding the Integrated Development Environment
In a nutshell, Delphi is a program for making other programs. The actual program responsible for generating executable files from the source code is a compiler. It is typically implemented as a command-line application. When executing a command-line application, you can pass to it command-line parameters. Compilers take different command-line parameters, including the location of source code files necessary to generate the resulting binary file. Take a look at the following diagram:

It is possible to write your programs using a text editor like Notepad and then execute the compiler from the command line, but it is not the most efficient way of creating applications. Most programmers use IDE for working on apps. The idea of an integrated development environment originates from the Delphi ancestor, Borland Turbo Pascal, and comes from the integration of three previously separate programs: Code Editor, compiler, and debugger.
- Go Web編程
- LaTeX Cookbook
- Qt 5 and OpenCV 4 Computer Vision Projects
- Programming ArcGIS 10.1 with Python Cookbook
- Python進階編程:編寫更高效、優雅的Python代碼
- 云原生Spring實戰
- JavaScript前端開發與實例教程(微課視頻版)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Nginx Essentials
- Spring實戰(第5版)
- C語言程序設計
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Getting Started with React Native
- Python 3.7從入門到精通(視頻教學版)
- RubyMotion iOS Develoment Essentials