home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / aiexp / feb95 / cona15.gif < prev    next >
Graphics Interchange Format  |  1995-08-05  |  40KB  |  443x231  |  8-bit (127 colors)
Labels: text | screenshot | font | number | rectangle
OCR: FIGURE 5. Encapsulating the node GetValue calls Into an analogous TREE GetValue member function in the tree class. NODE ** M_NODES; INT M_NEXTNODE; GETNEXTNODE () {RETURN ++M_NEXTNODE;} GETVALUEO {CALL GETVALUE ON ** M_NODES; RETURN RESULTS;}