Feb 7, 2002 #1 samsa Instructor Aug 12, 2003 6 CA . . . in method specification before '='" mean in the line class Node { Node() pNext=NULL;
Feb 8, 2002 #2 Zyrenthian Programmer Mar 30, 2001 1,440 US it should either be Node(): pNext(NULL){} or Node(){ pNext=NULL;} Matt Upvote 0 Downvote
Feb 8, 2002 #3 Zyrenthian Programmer Mar 30, 2001 1,440 US Actually, if it is C, then you cant have any constructors. You will need to set it yourself. Matt Upvote 0 Downvote