C++ 错误:extern const char study_dirfile_name1[][] 的声明 - 如何修复
The declaration "extern const char study_dirfile_name1[][]" is incorrect because the size of the array is not specified. The correct declaration should include the size of the array, like "extern const char study_dirfile_name1[][size];", where "size" represents the size of each element in the array.
原文地址: https://www.cveoy.top/t/topic/pk16 著作权归作者所有。请勿转载和采集!