Error says that "field warmss has incomplete type"
How do I declare another structure inside a nested structure ?
How do I use them in my inputs and outputs?
I could only manage to do a nested structure.
Order is my nested structure and I want another structure inside it which is item.
Hi hpacleb,
Why did you put all struct definitions in a function?
'item' is defined below struct 'Order'; the compiler does not know the type of 'warmss' since the struct 'item' is not yet defined.