摘要: 第八章:指针02让编程改变世界Change the world by program对“&”和“*”运算符再做些说明如果已执行了语句 pointer_1 = &a;(1) &*pointer_1的含义是什么?“&”和“*”两个运算符的优先级别相同,但按自右而左方向结合,因此先进行 *pointer_... 阅读全文
posted @ 2011-01-25 22:20 我就爱小甲鱼 阅读(142) 评论(0) 推荐(0)
摘要: 第八章:指针02让编程改变世界Change the world by program对“&”和“*”运算符再做些说明如果已执行了语句 pointer_1 = &a;(1) &*pointer_1的含义是什么?“&”和“*”两个运算符的优先级别相同,但按自右而左方向结合,因此先进行 *pointer_... 阅读全文
posted @ 2011-01-25 22:20 我就爱小甲鱼 阅读(150) 评论(0) 推荐(0)