Hello:
Today I want to show you a very simple code.
Here I want to define a 2-D vector to load some data into this vector.
However, what made me baffled was when I extended the vector size M N from 10*5 to 100*5, the code could run successfully. But if I extended the size to a certain value such as 100*10, the error occured.
Error looked like this:
Due to the shortage of development experience with C6713, I don't know what's the meaning of this type of error?
Several days ago I also encountered this type of error when I typed into the C program containing the syntax I was not sure whether correct or not.
Could you please give me some suggestions?
thank you very much
Yu