delete operator unable to free dataint OdlServer :: ReceiveData(void *buffer, int bufferlen, unsigned int flags) { int bytes_recvd; b...
delete operator unable to free dataNope ...even after removing recvBuffer = NULL its not working... I did that coz delete[] frees up me...
delete operator unable to free datawhile(1) { newServ.ReceiveRequest(); char *recvBuffer = new char[4096]; n...
stdin unable to read data posted from html formData was not getting posted properly on from html.....noe issue resolved :) Regards, Aditi
stdin unable to read data posted from html formHey frnds, I have written a html code which is sending data to a c program. But stdin is unable t...
This user does not accept Private Messages