21
edits
Changes
→IO_Form
bool _submitter;
IO_Node* next;
IO_Node* prev;
...
...
};
</pre></big>
And then make your IO_Form a linkedlist of IO_Nodes....
With this you can have the IO_field kept in the node and at the same time keep track of the IO_Field being dynamically created and if it is a submitter or not. So the data of the node will be the three attributes; '''_f''', '''_dynamic''', and '''submitter'''.