Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
OOP344 Assignment Two
18 bytes added
,
15:46, 19 December 2009
→
Constructor
<big><pre>
IO_Field(int
'''
row
'''
, int
'''
col
'''
, void*
'''
data
'''
= (void*)0);
</pre></big>
This constructor sets the corresponding attributes to the values of incoming arguments.
Alsone
1
edit