dynamic struct definition

Sep 19, 2009 at 8:07pm
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
Sep 19, 2009 at 8:22pm
No, but you can make a program to simulate it.
Sep 20, 2009 at 8:54am
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.