Because compiler puts string literals into read only section of process. To avoid this you need to either cast each string literal to char*, or ...
確定! 回上一頁