1
edit
Changes
→Help
I saw your code, I think there might be not correct in line 9. 'maxStrLength' is not Length of *Str (len of "abc\0" is 4, but the size of str may be 10. when display the *str, the cursor will stay on the wrong position. --hqiao3
<hr />
Thank you for the observation. The code was very ''ugly'', I have rewrote it to be more efficient and neat. -fjzhou
|-