Chinaunix首页 | 论坛 | 博客
  • 博客访问: 486205
  • 博文数量: 80
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1916
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-11 22:01
个人简介

从事实时计算多年,熟悉jstorm/spark/flink/kafka/rocketMq, 热衷于开源,希望在这里和前辈们一起学习与分享,得到长足的进步!邮箱:hustfxj@gmail.com 我的githup地址是:https://github.com/hustfxj。欢迎和大家一起交流探讨问题。

文章分类

全部博文(80)

文章存档

2017年(11)

2015年(3)

2014年(33)

2013年(33)

发布时间:2013-11-08 10:59:16

让自己习惯C++1、 Classes的构造函数都被声明为explict,这可以阻止它们被用来执行隐式类型转换。2、 尽量以const、enum、inline替换#define。3、 const注意的地方char* p="hello";  //non-const pointer,non_const dataconst char* p1="hello";  //non-const pointer,const datachar*.........【阅读全文】

阅读(1515) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册