Why can’t I get around ‘error: flexible array member’ with fixed size union? [duplicate]
This question already has answers here: What is the cause of flexible array member not at end of struct error? (3 answers) Is int arr[ ] valid C++? (1 answer) Closed 3 months ago. Can someone explain why this doesn’t work? Below is a simple example of what I’m trying to do. I don’t need […]