-=> Quoting Sunir Shah to Jerry Coffin
SS> Yes, I've finally broken down and learnt C++...
JC> ...or at least started to - I'm not sure _anybody_ completely knows it
JC> yet.
SS> :-)
SS> I'm nowhere close. Since when can you do this:
SS> int foo( void ) const;
You can't. Not even in C++ (barring "#define const").
However, you can have:
int bar::foo(void) const;
(since there is a "hidden" bar* parameter being passed in, in this case it's
being changed to bar* const)
SS> Oh wait, there is no standard........
I'm not entirely sure how this is different from C which is undergoing
revision...
... We are here to ridicule reality. Where is it?
--- FastEcho 1.46
---------------
* Origin: House of Fire BBS - Toronto - (416)601-0085 - v.34 (1:250/536)
|