- Expert C++
- Vardan Grigoryan Shunguang Wu
- 89字
- 2021-06-24 16:33:56
Program execution
In Chapter 1, Building C++ Applications, we learned that the compiler generates an executable file after compiling the source code. The executable file contains machine code that can be copied to the memory of the computer to be run by the Central Processing Unit (CPU). The copying is done by an internal tool of the OS called a loader. So the operating system (OS) copies the contents of the program to the memory and starts executing the program by passing its first instruction to the CPU.
推薦閱讀
- 企業(yè)級Java EE架構(gòu)設(shè)計精深實踐
- JavaFX Essentials
- Mastering Python Scripting for System Administrators
- MATLAB定量決策五大類問題
- Python編程與幾何圖形
- R Deep Learning Cookbook
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- Beginning C++ Game Programming
- GitHub入門與實踐
- RubyMotion iOS Develoment Essentials
- Oracle實用教程
- 跟戴銘學iOS編程:理順核心知識點
- Android高級開發(fā)實戰(zhàn):UI、NDK與安全
- C/C++代碼調(diào)試的藝術(shù)
- Java 7 Concurrency Cookbook