c++ - __closure
- "Charles Sanders" <sanders-consulting comcast.net> Nov 20 2003
- "Matthew Wilson" <matthew.hat stlsoft.dot.org> Nov 21 2003
Borland' supports a __closure option, I know D does this beautifully, does DMC support this, or plans to ? void ( __closure::* classMethod) () = myClass.*pMember; classMethod(); ? C
Nov 20 2003
That might be cool. I think it should also support __declspec(property), and __int8 as a distinct data type. But what can you do? :) "Charles Sanders" <sanders-consulting comcast.net> wrote in message news:bpjtsu$4ba$1 digitaldaemon.com...Borland' supports a __closure option, I know D does this beautifully, does DMC support this, or plans to ? void ( __closure::* classMethod) () = myClass.*pMember; classMethod(); ? C
Nov 21 2003
hehe, we can keep buggin him, that __declspec(property) looks cool. C "Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:bpkrv3$1gcc$1 digitaldaemon.com...That might be cool. I think it should also support __declspec(property), and __int8 as a distinct data type. But what can you do? :) "Charles Sanders" <sanders-consulting comcast.net> wrote in message news:bpjtsu$4ba$1 digitaldaemon.com...Borland' supports a __closure option, I know D does this beautifully,
DMC support this, or plans to ? void ( __closure::* classMethod) () = myClass.*pMember; classMethod(); ? C
Nov 22 2003








"Charles Sanders" <sanders-consulting comcast.net>