c++ - __closure
- Charles Sanders (6/6) Nov 20 2003 Borland' supports a __closure option, I know D does this beautifully, do...
- Matthew Wilson (7/13) Nov 21 2003 That might be cool.
- Charles Sanders (5/23) Nov 22 2003 hehe, we can keep buggin him, that __declspec(property) looks cool.
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...doesBorland' 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