Pstring is a pointer to a char - or a string, if you prefer. Pstring[i] is the same as saying *(Pstring + i) whingbis which is a single ...
確定! 回上一頁