dynamic struct definition

Hey there,

I'm wondering if there is something like "dynamic struct definition". I mean: you give the user the opportunity to make his own struct members and then you create dynamically a struct, based on this.

thanks in advance
No, but you can make a program to simulate it.
Ok, I was just trying to make my own database-program: at the top of the database I would place a header with record-definitions (from which the struct could be defined), followed by the records themselves.

But it seems that comma separated values are more appropriate.

Topic archived. No new replies allowed.