Robert
2005-08-18 08:29:33 UTC
Hi all,
class Homer {
public:
int dot(int) const {return 1;}
...
}
what's the meaning of const after function name?
Best regards,
Robert
class Homer {
public:
int dot(int) const {return 1;}
...
}
what's the meaning of const after function name?
Best regards,
Robert