- 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.
推薦閱讀
- Go Web編程
- SQL for Data Analytics
- 數據結構簡明教程(第2版)微課版
- Mastering Ubuntu Server
- Java Web應用開發技術與案例教程(第2版)
- MATLAB實用教程
- MySQL數據庫管理與開發(慕課版)
- Mastering Google App Engine
- HTML5+CSS3網頁設計
- PLC應用技術(三菱FX2N系列)
- OpenCV with Python By Example
- Zabbix Performance Tuning
- IBM Cognos TM1 Developer's Certification guide
- Java程序設計教程
- HTML5移動前端開發基礎與實戰(微課版)