摘要:
http://www.cnblogs.com/jerry19880126/archive/2012/08/14/2638192.htmlstatic_cast : 同 c 的强制转换类似;reinterpret_cast :可以实现两个无关类型的转换,如:class A a = reinterpret_cast(i);dynamic_cast:关注亲戚类 之间的转换;const_cast:关注const或validate限制的添加或者删除。 阅读全文
摘要:
如:go to definition的功能,使用ctags配置步骤:1、创建vim ~/.vimrc2、配置vim属性set number filetype plugin indent on syntax on set autoindent set smartindent set tabstop=2 set expandtab set shiftwidth=2 set encoding=utf-8 set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1 set fileencoding=utf-8 set 阅读全文