摘要:
右左法则不是C标准里面的内容,它是从C标准的声明规定中归纳出来的方法。C标准的声明规则,是用来解决如何创建声明的,而右左法则是用来解决如何辩识一个声明的,两者可以说是相反的。 右左法则原文: The right-left rule:Start reading the declaration from the innermost parentheses,go right,and then go left.When you encounter parentheses, the direction should be reversed.Once everything in the parenthes 阅读全文
posted @ 2012-12-05 20:03
lsx_007
阅读(193)
评论(0)
推荐(0)