[Courses] [C] Beginner's Lesson Five: Decision and Control Statements

Eugene Teo eugene.teo at eugeneteo.net
Sat Oct 12 12:33:08 EST 2002


<quote who="Claire .">
u> The += is a short way of adding for example "x+=y" is the same as "x+y=x". The same applies for multiplication and subtraction."x*=y" is the same as "x*y=x".Hope that clears it up for you

correction:
x+=y is the same as x=x+y (not the other way round :-)


-- 
eMail: eugeneteo at eugeneteo.net, eugeneteo at null.cc.uic.edu
gpg pub_key: http://null.cc.uic.edu/~eugeneteo/eugeneteo.asc
main(i){putchar(182623909>>(i-1)*5&31|!!(i<7)<<6)&&main(++i);}




More information about the Courses mailing list