Name: Anonymous 2011-02-07 22:49
ok, so i am working with a 1D array, and I am saying, ok like array[listSize].
Ok, what is the difference between like array[--listSize] and array[listSize--]? Do they both work? does one actually modify the value of listSize or do they both leave the value of listSize alone?
Ok, what is the difference between like array[--listSize] and array[listSize--]? Do they both work? does one actually modify the value of listSize or do they both leave the value of listSize alone?