摘要:
今天看到一句对这个问题特别精辟的总结,记录如下: It is possible to transfer into a block, but not in a way that bypasses declarations with initialization. A program that jumps from a point where a local variable with automa... 阅读全文
摘要:
Allocators与Criterion在内存使用及Create、Copy、Assignment的相同点及区别 阅读全文
摘要:
Bitset的构造函数有点特别。 阅读全文
摘要:
自C++11后,bitset头文件中提供了用于unordered container的hash function object。出于对这个function class的好奇,我对其进行了一番调查,记录如下。 阅读全文
摘要:
C++ provide some class for stream manipulate, just like the base class istream,ostream and iostream.They have the hirachy relation like this. 阅读全文
摘要:
C++Exception知识整理 阅读全文
摘要:
C++ iterator知识整理 阅读全文
摘要:
使用adjacent_difference源与目的地可以一致,但这样每个元素的计算结果会影响下一元素的计算吗? 阅读全文
摘要:
一些比较用易引起疑问的算法源码的整理,还未完成。 阅读全文