
February 20th, 2003, 10:12 PM
|
 |
Contributing User
|
|
Join Date: Nov 2002
Posts: 421
Time spent in forums: 15 h 46 m 21 sec
Reputation Power: 11
|
|
|
+= operator?
I have long fogoton the += -= and all those operators. I am looking at a 2d array and came across this:
for (int i=0; i<maxrow; i++)
{
sum += array2d[0][i];
etc. etc.
}
does the += equal all the i's together?
EDIT:: Did i just call them operators?
__________________
hmmm...
|