- Hands-On System Programming with C++
- Dr. Rian Quinn
- 88字
- 2021-07-02 14:42:33
General conventions and concepts
The first four sections in the standard are dedicated to conventions and concepts. They define types, program start-up and shutdown, memory, and linking. They also outline all of the definitions and keywords that are needed to understand the rest of the specification.
As in the standard C specification, there are a lot of things defined in these sections that are important to system programmers, as they define what the compiler will output when a program is compiled, and how that program will be executed.
推薦閱讀
- 計算機綜合設計實驗指導
- 數據庫應用實戰
- 數據庫原理及應用教程(第4版)(微課版)
- InfluxDB原理與實戰
- MySQL基礎教程
- INSTANT Cytoscape Complex Network Analysis How-to
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- Oracle數據庫管理、開發與實踐
- MySQL技術內幕:SQL編程
- 貫通SQL Server 2008數據庫系統開發
- Hands-On System Programming with C++
- 大數據時代系列(套裝9冊)
- 算法設計與分析
- Unity Game Development Blueprints
- AndEngine for Android Game Development Cookbook