- 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.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Android項(xiàng)目開(kāi)發(fā)入門(mén)教程
- 基于Java技術(shù)的Web應(yīng)用開(kāi)發(fā)
- JavaScript by Example
- PySide GUI Application Development(Second Edition)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- Haxe Game Development Essentials
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Functional Python Programming
- MongoDB Cookbook
- 少兒編程輕松學(xué)(全2冊(cè))
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- JavaScript程序設(shè)計(jì)實(shí)例教程(第2版)
- Python High Performance(Second Edition)