hi,<br>i wish to change the way the function definition at run time in a running server. new function code which is to be executed is provided by a client at different location. <br>i am getting it by reading a file and sending it using makefile() with server/client connected using sockets.<br>
<br>how can make the lines received in a string array as new function definition? or should i receive it in a different way?<br><br>is there any better way to do the entire thing?<br>