From: David Lowndes on 7 Mar 2010 09:31 >I am wondering if MFC with RTTI, if it has any sort of reflection >concept. AFAIK there is no equivalent in native C++ - as you've found, you'd have to roll your own implementation to get something similar to reflection. Dave
From: Hector Santos on 7 Mar 2010 10:09 David Lowndes wrote: >> I am wondering if MFC with RTTI, if it has any sort of reflection >> concept. > > AFAIK there is no equivalent in native C++ - as you've found, you'd > have to roll your own implementation to get something similar to > reflection. I had looked at this years ago and also didn't see then how it was possible. But figured I relook at it again to see if something was added to after VC6. I just read in wikipedia that the new C++0x standard had reflection as a planned item but was postponed. http://en.wikipedia.org/wiki/C%2B%2B0x#Features_planned_but_removed_or_not_included Thanks for your note -- HLS
From: David Lowndes on 7 Mar 2010 12:57 >I had looked at this years ago and also didn't see then how it was >possible. But figured I relook at it again to see if something was >added to after VC6. I just read in wikipedia that the new C++0x >standard had reflection as a planned item but was postponed. > >http://en.wikipedia.org/wiki/C%2B%2B0x#Features_planned_but_removed_or_not_included I wasn't even aware of that. Googling further it appears there may be something in Boost - http://blog.redshoelace.com/ - but if it's anything like the other exotic areas of Boost! :) Dave
From: David Lowndes on 7 Mar 2010 19:09 >I always hear good things about Boost, but when I look at it, I get >scared away. :) You're not alone :) Dave
From: Hector Santos on 8 Mar 2010 08:40 David Lowndes wrote: >> I always hear good things about Boost, but when I look at it, I get >> scared away. :) > > You're not alone :) Glad to hear I'm not Abby Normal :) -- HLS
First
|
Prev
|
Pages: 1 2 Prev: MDI CView and some kind of bar at bottom of CView Next: proper way to close a socket? |