// You need to be able to modify the value at the adress of a constant char pointer. // We will solve this problem by making a regular pointer and a regular pointer to the same adress. // Then we can ...
刚才在阅读以下内容时候复习了一下这两个概念. Quick case: Char Pointer vs Char Array in C++, by Bartlomiej Filipek // Test case of char array vs ...