Code:
void main(){
	int howManyItems = 10;
	int myArray[howManyItems];

	return;
}



Hi, compiler complains about an error in line 4.
Whats the problem? I am not allowed to declare an Array this way?

Thank you a lot

Last edited by oligodar; 07/26/17 09:39.