摘要:Source Code Of OCLint OCLint Version: 2022.02 1. Dependency of OCLint "OCLint is based on libTooling for parsing source code and generating Abstract S
阅读全文
摘要:__attribute__ Directives 1. NS_RETURNS_INNER_POINTER "__attribute__((objc_returns_inner_pointer)) and NS_RETURNS_INNER_POINTER Indicates that the meth
阅读全文
摘要:1. CodeVizhttp://www.skynet.ie/~mel/projects/codeviz/2.http://my.oschina.net/zmlblog/blog/186308
阅读全文
摘要:__PRETTY_FUNCTION__, __FUNCTION__, __func__这三者的区别是什么?http://stackoverflow.com/questions/4384765/whats-the-difference-between-pretty-function-function-func
阅读全文
摘要:1. Memory Layout of a C Programhttp://codingfreak.blogspot.com/2012/03/memory-layout-of-c-program-part-1.html2. Memory Layout for Multiple and Viertual Inheritancehttp://www.phpcompiler.org/articles/virtualinheritance.html
阅读全文
摘要:2. 在iOS(Mac OS X)中使用protobuf2.0 构建protocA) 下载最新的protobuf版本B) 依据README中的步骤依次进行2.1 添加protobuf到工程中A) 打开Xcode iOS 工程,点击"add file ..."选中"google"目录 (选中"copy...
阅读全文