I am not sure if this is an error with code blocks per se, but I believe it is. I don't know what else it could be. I am trying to define a constant with:
#define ARRAY_SIZE 5. However upon attempting to compile, I got the error:
error: expected ';' , ',' or ')' before numeric constant.
I am not sure what that means and I did not used to get this kind of message when using #define in the past. Anyone who can help me would be greatly appreciated. This is being written in C if it matters.
Thank you in advance.