Melcy - 2003-11-24

Hi All,

I am just getting some hold on xmlrpc++. Could someone help me in converting an XmlRpcValue to an int.
For example,
XmlRpcValue param;
int value = (conversion?) param;

I see the overloaded operator int&() for the same.
Could someone explain this overloading and help me to use it.

Thanks,
Melcy