This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Sriharsha Vedurmudi <sriharsha.v@redpinesignals.com> writes: >> I have a problem with this simple TCP client/server program. It >> has to do following tasks: >> Client: >> 1. Initiate a connection. >> 2. send a filename to the server. >> 3. send a password to the server. >> 4. send a simple message to the server. >> 5. Return with a success message. >> Server: >> 1. Wait foe the connection from the client. >> 2. Create a file by the filename by the client. >> 3. Save the password. >> 4. Send a success message after creating and writing to the file. >> Thank you in adavnce. >> A > programming will let you code the solution. If you are looking > for someone to do your homework, Im afraid, you are at the wrong > place. Unless you mind paying someone for the time they'll spend for your homework.. ;-) (kidding.., this is not the place for even that) -- A proud GNU user http://www.joesteeve.tk/ | http://gnukid.shyper.com/
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |