Remember that a char* is a pointer (like a reference) to another object. When calling sprintf, the first argument is a char* which points to ...
確定! 回上一頁