- Expert C++
- Vardan Grigoryan Shunguang Wu
- 47字
- 2021-06-24 16:33:53
Understanding Compiling
The C++ compilation process consists of several phases. Some of the phases are intended to analyze the source code, and others generate and optimize the target machine code. The following diagram shows the phases of compilation:
Let's look at each of these phases in detail.
推薦閱讀
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計(jì)
- Getting Started with SQL Server 2012 Cube Development
- Linux:Embedded Development
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- OpenCV 4計(jì)算機(jī)視覺項(xiàng)目實(shí)戰(zhàn)(原書第2版)
- 大話Java:程序設(shè)計(jì)從入門到精通
- Learning Material Design
- Arduino計(jì)算機(jī)視覺編程
- Mastering Elasticsearch(Second Edition)
- Java程序設(shè)計(jì)與項(xiàng)目案例教程
- RubyMotion iOS Develoment Essentials
- TypeScript 2.x By Example
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則