CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    21

    Reflection & RMI

    Hi,
    are there, in C++, similar mechanisms to Java's Reflection and/or Java RMI(Remote Method Invokation)? If so, could someone tell me how to use them?
    I know there's RTTI, but, from what i know, using it i can only find out if the most specialized type of a variable.
    Thanks

  2. #2
    Join Date
    Sep 2004
    Posts
    561

    Re: Reflection & RMI

    As far as RMI is concerned you might possibly want to look into CORBA.

    Perhaps this site may also help you.
    http://www.codeproject.com/threads/rmi_for_cpp.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured