Hi All,
I'd like to declare a static array in a header file. Is this possible?
I assume there is a fairly simple solution to this, but I have not been able to find documentation on the correct syntax for this.
Just to be abundantly clear, I'd like to do the equivalent of:
int array[4] = {1,2,3,4};
in a header file.
Can someone tell me what the correct syntax is?
Thanks,
Guillaume