a = b + c. a+=1. a++. Is the last operation the fastest? Since as I know in assembler, INC is faster than ADD, but what is the performance ...
確定! 回上一頁