2016年10月29日

c++ this指针

摘要: this指针在c++中为指向class类本身的指针,用处: 需要return this的场景,比如多个对象某些成员数值的比较问题; 阅读全文

posted @ 2016-10-29 22:16 Epiphron 阅读(82) 评论(0) 推荐(0)

c++ debugger gdb小试

摘要: code::block编译可通过,debug一闪而过可能原因: 1.项目路径含有中文字符; 2.debugger未选择为gdb,而是cdb; 3.project build options compiler flag中为开启produce debugging symbols( g); 比较悲催,在一 阅读全文

posted @ 2016-10-29 21:45 Epiphron 阅读(268) 评论(0) 推荐(0)

导航