The simple answer is that when declaring a variable you should prefer a const char[] . To understand this let's take 2 character strings: const char* ptr = " ...
確定! 回上一頁