Changes

Jump to: navigation, search

OOP344 Assignment Two

291 bytes added, 02:42, 2 November 2009
The index operator
Returns address of the data of "fieldnumber"th, IO_Field in the IO_Form. If "fieldnumber" is zero, then it returns the data of the current IO_Field.
<hr width="50%" />
 
 
=====The index operator=====
<big><pre>
Returns the reference of the IO_Field, number "fieldnumber-1". First Field has the index 0;
<hr width="50%" />
--- incomplete ----
=====Displaying the Form=====
<big><pre>
void display(unsigned int how = IO_CLEAR | IO_SHOW_ALL ,unsigned int fieldnumber = 0 );
 
</pre></big>
 
--- incomplete ---
 
<hr width="50%" />
 
=====Editing() (running) the Form=====
<big><pre>
int edit(unsigned int fieldnumber = 0);
</pre></big>
 
--- incomplete ---
<hr width="50%" />
<hr width="50%" />

Navigation menu