Profiling in software http://en.wikipedia.org/wiki/Soft …
分类存档:tech
Useful code snippet : GetBit & SetBit functions
If you want to manipulate the bit in BYTE array, follow …
笔记:C (C++)语言中数组与指针的区别
-关于《c专家编程》的读书笔记 —————R …
笔记:c语言中的复杂声明
最近在复习c(c++)语言里面的复杂声明,这个东西真是麻烦的紧啊。
Python Introduce
准备在公司内部的reading group做的演示。
《c专家编程》阅读笔记-关于const指针
p19,两个操作数都是指向有限定符或者无限定符的相容类型的指针。左边指针必须具有所有右边指针所指向类型的全部限 …
Visual Studio macro function for adding function header automatically
You could use the macro function to add function header …
继续阅读“Visual Studio macro function for adding function header automatically”
如何使用google的cpplint.py
http://code.google.com/p/google-styleguide/ 这是google使用的 …