csapp_CouseOverview
写在前面; 今天是12.23,经历了新冠的抗争后开始学习csapp,教材课程及练习都使用CMU 15-213。希望能在这个寒假学习完毕
Ints are not Interagers, Float are not Reals
Example 1:
- Float’s : Yes!
- Int’s:
- 40000 * 40000 -> 1600000000
- 50000 * 50000 -> ??
Example 2: Is (x + y) + z = x + (y + z ) ?
- Int’s:: Yes!
- Float’s : Not Sure!!
Float will throw the more number!
Memory Referencing Bug Example
For sure, this is influenced by your gcc version and IDE.
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 HaomingX的博客!
评论