Topic: list


Author: csyfca@scs.leeds.ac.uk
Date: Sat, 21 Jan 1995 10:38:01 +0000 (GMT)
Raw View
I have :

      struct ListNode
 {
  Class* nodeData;
  ListNode* curr;
 };


I want to call a member function of Class :


 curr -> nodeData.do_something();




  'do_something' is declared as a member function of Class.


 I GET THE FOLLOWING MESSAGE : non object . do_something