Hi all,
I've been searching for hours but i can't find any solutions so i hope someone can help...
Is there any way of proving that the += operator is more efficient than the + operator...
i.e. A += B instead of A = A + B
I'm hoping to use code to see how much overhead is being saved.
thanks in advance,
John Riley