大家好,我在函数中定义了一个局部变量数组,但最大个数只能是256,超过257就报错,怎么破?
unsigned int temp[256]={0};
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好,我在函数中定义了一个局部变量数组,但最大个数只能是256,超过257就报错,怎么破?
unsigned int temp[256]={0};
谢谢!
xErrors (3 items)
xunresolved symbol _memset, first referenced in ./Application/Source/DIM_DATA.obj DSP_Project C/C++ Problem
xunresolved symbols remain DSP_Project C/C++ Problem
xerrors encountered during linking; "DSP_Project.out" not built DSP_Project C/C++ Problem