Pointer to C++ member possible?
    Raynor 
    memphis007fr at yahoo.fr
       
    Sun Mar  9 11:30:55 PDT 2008
    
    
  
I want to use the QT4 library for the GUI and D the D for the core.
I think its more simple to make the controllers in C++.
I manage to call D methods from C++ and vice versa with C++ 
interoperability feature from D 2.0.
But i need a signal system so the core can emit signals to the controllers.
Everything is objet so i need pointer to C++ member for the signals.
Is there any way to do that?
    
    
More information about the Digitalmars-d-learn
mailing list