A
Alexander Malkis
Assume we have somewhere
typedef enum foo { A,B,C } foo;
Is C+1 a constant expression?
[
I want to write smth. like
char* strs[C+1]={"Astr","Bstr","Cstr"};
]
Could anyone help?
Regards,
Alex.
typedef enum foo { A,B,C } foo;
Is C+1 a constant expression?
[
I want to write smth. like
char* strs[C+1]={"Astr","Bstr","Cstr"};
]
Could anyone help?
Regards,
Alex.