C++指針數組和數組指針

首先來看一個例子: 1 #include <iostream> 2 3 using namespace std; 4 const int MAX = 4; 5 6 int main () 7 { 8 const char *names[MAX] = { 9 "Zara Ali", 10 "Hin
相關文章
相關標籤/搜索