Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting XML stream data to C++ Objects at runtime

Status
Not open for further replies.

ns1234

Programmer
Dec 3, 2002
6
Hi All

I need to find a mechanism to convert XML Stream data to C++ Objects at runtime in order to invoke methods on a remote CORBA server by passing these objects as parameters to the remote methods. I found a couple of XML parsers on the internet but couldn't find a mechanism to convert the parsed data to objects...need something like JAVA reflection API or .NET reflection for C++/VC++.
Please suggest.
 
There is no reflection in C++. Some reflection mechanisms you may find at boost.com. But anyway, you may no reflection implementations C++ are 100% reliable.

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top