- Hands-On System Programming with C++
- Dr. Rian Quinn
- 115字
- 2021-07-02 14:42:36
System Types for C and C++
With a system program, simple things, such as integer types, become complicated. This entire chapter is devoted toward common problems that arise when performing system programming, especially when performing system programming for multiple CPU architectures, operating systems, and user space/kernel communications, such as system calls.
This chapter consists of the following topics:
- An explanation of the default types that C and C++ provide, including types that most programmers are familiar with, such as char and int
- A review of some of the standard integer types provided by stdint.h to address limitations with the default types
- Structure packing and the complications associated with optimizations and type conversions
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰與應用
- Microsoft SQL Server企業級平臺管理實踐
- 算法競賽入門經典:習題與解答
- Python數據分析入門:從數據獲取到可視化
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 圖解機器學習算法
- 工業大數據分析算法實戰
- Mastering Machine Learning with R(Second Edition)
- 深度剖析Hadoop HDFS
- 計算機應用基礎教程上機指導與習題集(微課版)
- Chef Essentials
- SQL Server深入詳解
- 貫通SQL Server 2008數據庫系統開發
- 領域驅動設計精粹
- Configuration Management with Chef-Solo