mvksagar
December 9th, 2007, 12:43 AM
Hi,
I worte a RPC program for client and server, After computing (which i already did)..i get a float value.Now i want this value to be sent to the client .I know how to do with integer (By passing the addreess using the pointers,but when i am doing the same here iam getting errors.Can any 1 tell how to do that please.....
for example say i have the value in result variable ;which is float....now how should i declare and send this to the client side....
I worte a RPC program for client and server, After computing (which i already did)..i get a float value.Now i want this value to be sent to the client .I know how to do with integer (By passing the addreess using the pointers,but when i am doing the same here iam getting errors.Can any 1 tell how to do that please.....
for example say i have the value in result variable ;which is float....now how should i declare and send this to the client side....