Changes

Jump to: navigation, search

OOP344 Assignment Two

301 bytes added, 02:19, 2 November 2009
Add methods
int add(IO_Field* f, bool submitter = false);
</pre></big>
Uses the private add() method to add a dynamaic dynamic IO_field.
<hr width="50%" />
<big><pre>
</pre></big>
Uses the private add() method to add a dynamaic IO_field and also saves its address for the general error message label of the Form.
<hr width="50%" />
<big><pre>
IO_Form &operator<<(IO_Field* f);
</pre></big>
 
Uses the private add() method to add a non-submitter, dynamic IO_field.
<hr width="50%" />
<big><pre>
IO_Form &operator<<(IO_Field& f);
</pre></big>
 
Uses the private add() method to add a non-submitter, non-dynamic IO_field.
<hr width="50%" />
--- incomplete ----
<hr width="50%" />
 
<hr width="50%" />
 
<hr width="50%" />

Navigation menu