I received a good question today from a developer who asked: Why should one not use pointer arithmetic for string length calculation, access to string elements, or string manipulation ? The main reason pointer arithmetic is not a good idea is that not
Read More...