I'm writing c code for ti84 plus CE calculator because I'd like to use my functions I wrote for my PC on my calculator. I use an online IDE to compile my programs into the .8xp format that my calculator needs.
When I build this function:
void main(void){
int x =5;
double array[x];
}
I get this error: "Constant integer expression expected"