{C++ 基础} {C++ 高级} {C#界面,C++核心算法} {设计模式} {C#基础}
#include main(){ //声明变量语句中使用顺序运算 int x, y;
x=50; //计算中使用顺序运算 y=(x=x-5, x/5); cout<<"x="< cout<<"y="<}
---------------------------the result:-------------x=45y=9----------------------------------------------------
posted on 2005-10-24 17:41 梦在天涯 阅读(858) 评论(0) 编辑 收藏 引用 所属分类: CPlusPlus