[note] pointer class function

10:55 AM at 10:55 AM

class myclass
{
node IPlist::*find (string address) const;
}

//the notation should be :

node* IPlist::find (string address) const
{
...
}

0 comments: