为您找到"
纠错!C语言编程出现:invalid use of array with unspecified bounds...
"相关结果约100,000,000个
3.你的这个程序缺少一个}号,这是程序结束的标志,不能少;4.建议以后写程序,最好每一行一个语句,以便纠错和分析。1.经翻译为”无效未指定边界的数组的使用“2.您的二维数组a[i][j]中的列长度(即第二位的长度)未定义,而这个是不可以省的。3.同时您也未给二维数组a[i][j]初始化。4....
void output(float score[5][4],int n);float average(float score[10][4],int n);
无效的数组用法:未声明上下边界。通常是编程语言中,比如VB的数组声明时未指定上下界。使用无效的数组指定的边界无效使用阵列式不详
out of bounds()你加个datasource,dbgrid的SETdata指定datasource不就好了datasource又绑定adoquery1就可以直接显示了Clone复制一个数据集不好用varstr:sting;beginstr:='select *form 表 where %s like %s';with adoquery1 dobeginclose;sql.clear;sql.add(format(str),[QuotedStr(label3.Caption),...