hi all,
I have a small program to send file from client to server and it has segmentation fault. I compile them by g++. Could you please show me step by step how to run debugger ? tks.
for links. I grab those tutorial from here http://www.csc.sdstate.edu/~gamradtk/resources/debuggercpp.pdf
very succient and enough for me.
I can see that before sending, the buffer is exactly what i expected. But the server can't receive data of that buffer. hix hix.