Comment on The Most Expensive One-byte Mistake (2011)parentComments−acchow12yI love this solution, but it probably would have made the move from 32-bit to 64-bit harder.−TheSoftwareGuy12yit should hve made it easier actually, because with pointers you are usually just doing addition subtraction, and everything should be independent of the acutal value of the pointer.
Comments
I love this solution, but it probably would have made the move from 32-bit to 64-bit harder.
it should hve made it easier actually, because with pointers you are usually just doing addition subtraction, and everything should be independent of the acutal value of the pointer.