View Single Post
  #9 (permalink)  
Old 10-31-2005, 10:58 AM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 293
forexts has disabled reputation
Quote:
Originally Posted by newdigital
And A = A + B
is valid because it is not arithmetic.
It is logic.
It's arithmetic.

int A=12;
int B=6;

A = A + B; // --> A = 12 +6;
Reply With Quote