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 all characters are represented by the
read more »
Be the first to post a Comment!