摘要
C语言中运算符非常丰富,自增(自减)运算符是C语言中比较有特色而且使用频率较高的运算符之一,对于初学者来说,也是最难理解而又最容易出错的运算符。根据自增(自减)运算符的基本特点,再结合多年教学和使用经验,以VC6.0为运行环境,从示例入手,由浅入深,总结出多种不同使用形式中的不同解题思路,希望为初学者学习自增(自减)运算符带来帮助。
The operators of C language are rich, its increment (decrement) operator is distinctive and frequently used in C language, for new leaners and beginners, it is most difficult part to get understood and easy to make mistake. Considering the basic characteristics of the increment (decrement) operator, and followed by many years of experience from teaching and practical application in VC6.0 environment, start from the real and alive example, go through from easy to difficult and step by step, and summarize a variety of different solving problem solu- tion, which can bring the help to new leaners and beginners great help to understand and know well of increment (decrement) operator.
出处
《现代计算机》
2016年第10期40-43,共4页
Modern Computer