旅途

如果想飞得高,就该把地平线忘掉

++i不产生临时变量,i++产生临时变量

++i:   {*this   +=   1;   return   *this}  
  i++:   {tmpobj   =   *this;   ++(*this);   return   tmpobj;}

posted on 2007-10-22 00:36 旅途 阅读(375) 评论(0)  编辑 收藏 引用 所属分类: C/C++


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理