发表评论取消回复
相关阅读
相关 读书摘要—C++:The Complete Reference
第二章 表达式 C++兼容C子集(目前为C89)中的5种基本数据类型:分别为char、int、float、double和void。 C++在此
相关 The art of multipropcessor programming 读书笔记-硬件基础2
> 本系列是 The art of multipropcessor programming 的读书笔记,在原版图书的基础上,结合 OpenJDK 11 以上的版本的代码进行理解
相关 The art of multipropcessor programming 读书笔记-硬件基础1
> 本系列是 The art of multipropcessor programming 的读书笔记,在原版图书的基础上,结合 OpenJDK 11 以上的版本的代码进行理解
相关 读书摘要-Why program fail(系统化调试指南)
Chp1 How Failure Comes to Be In general, a failure comes about in the four stages d
相关 读书摘要-Efficient C++ performance programming techniques
Chp 1 The Tracing war story 当你的代码规模超过几千行后,tracing就变得很必要了。 当在一个很小却被频繁调用的函数中加入
相关 读书摘要--Inside The C++ Object Model
Chp 1 关于对象 1.1 C++对象模式 每个类对应的type\_info对象,通常由Vtable的第一个slot指向。 1.2
相关 读书摘要-The practice of programming
The practice of programming simplicity, clarity and generality form the bedroc
相关 读书摘要:C++ Template:The Complete Guide
Chapter 1 About This Book 1.4 对于模板编程中const的使用,推荐使用 int const 而不是 const int 的风格
相关 The study of Programming Windows with MFC
1.Creating Worker Thread CWinThread \pThread=AfxBeginThread(ThreadFun,&ThreadInfo,0,
相关 《The Practice of Programming》读书笔记(一)
最近在看《程序设计实践》,据说这书是一个被名字毁了的好书。看了之后表示认同。其中的很多最佳实践我之前已经在使用,但其中给了很好的归纳。另外还有一些以前没有想到的,让我感觉眼前一
还没有评论,来说两句吧...