XiaoKL

随笔分类 -  Cpp

专注C++
OCLint.0.source-code-of-oclint
摘要: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 阅读全文

posted @ 2022-07-04 15:41 XiaoKL 阅读(79) 评论(0) 推荐(0)

iOS.ObjC.__attribute__.1-all-_attribute_-directives
摘要:__attribute__ Directives 1. NS_RETURNS_INNER_POINTER "__attribute__((objc_returns_inner_pointer)) and NS_RETURNS_INNER_POINTER Indicates that the meth 阅读全文

posted @ 2018-04-11 19:03 XiaoKL 阅读(150) 评论(0) 推荐(0)

C&Cpp.CallGraph
摘要:1. CodeVizhttp://www.skynet.ie/~mel/projects/codeviz/2.http://my.oschina.net/zmlblog/blog/186308 阅读全文

posted @ 2014-08-31 23:06 XiaoKL 阅读(122) 评论(0) 推荐(0)

__PRETTY_FUNCTION__, __FUNCTION__, __func__
摘要:__PRETTY_FUNCTION__, __FUNCTION__, __func__这三者的区别是什么?http://stackoverflow.com/questions/4384765/whats-the-difference-between-pretty-function-function-func 阅读全文

posted @ 2014-04-06 17:17 XiaoKL 阅读(1211) 评论(0) 推荐(0)

C&C++内存布局
摘要: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 阅读全文

posted @ 2013-06-25 14:08 XiaoKL 阅读(166) 评论(0) 推荐(0)

OpenSource.iOS.ProtobufWithObjective-C
摘要:2. 在iOS(Mac OS X)中使用protobuf2.0 构建protocA) 下载最新的protobuf版本B) 依据README中的步骤依次进行2.1 添加protobuf到工程中A) 打开Xcode iOS 工程,点击"add file ..."选中"google"目录 (选中"copy... 阅读全文

posted @ 2013-06-24 12:57 XiaoKL 阅读(705) 评论(0) 推荐(0)

导航