amish munshi wrote:
I want to send a userdefined structure over a network, I would like to know if there is a way to convert a structure into string.
LANG - C++; COMPILER - g++;
my_object.to_string() should return the string. But you have to write the implementation. :->
-Manish