class myclass
{
node IPlist::*find (string address) const;
}
//the notation should be :
node* IPlist::find (string address) const
{
...
}
[note] pointer class function
10:55 AM at 10:55 AMThis entry was posted on 10:55 AM and is filed under Notes . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment