If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I guess in "blah blah blah" it increments p, so it loops down the string character by character until the end, when p points to the last byte in the string. The last byte of a cstring is always 0, and the while loop terminates.