enum { arr_size = 20 }; int my_arr[arr_size];. arr_size is an int, not a string. You'll need an array of strings, manually synchronised with ...
確定! 回上一頁