A
AlabiChin
Hello,
I'm trying to find out if it is possible to dynamically add or remove
fields for a structure. I'm in a situation where I don't know how many
items I want to store and, therefore, will not know the size of the
structure at compile time and would like to handle it at runtime
(after having gathered necessary data).
If this is not possible to do this using standard C++, do you know if
it is in a Win32 API environment?
Thanks for any assistance with this?
I'm trying to find out if it is possible to dynamically add or remove
fields for a structure. I'm in a situation where I don't know how many
items I want to store and, therefore, will not know the size of the
structure at compile time and would like to handle it at runtime
(after having gathered necessary data).
If this is not possible to do this using standard C++, do you know if
it is in a Win32 API environment?
Thanks for any assistance with this?