c++ length of array char的相關文章
c++ length of array char的相關商品

sizeof char* array in C/C++ - Stack Overflow
瀏覽:707
日期:2025-07-11
It's a char* , whose size is (on your platform) 4, divided by 1 (size of char ) is,
correctly, 4. In C++, you'd ......看更多