- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 2
5 Posted Topics
Hi all, I want to send a file to my gmail over socket. Reading a file and writing it to socket is simple but actually I donot know how to implement SMTP over socket. Could anyone tell me how to do it ? | |
Hi all, Does anyone know what meanings of %-10d and %-10.10s ? | |
Hi all, when I declare an array: [CODE]datatype array[Index];[/CODE] what's max value of Index ? | |
Hi all, I'm learning socket programming in Unix. My jobs is sending some frames over TCP/IP Client-Server model, ex Hello, Ack, Bye packets. Each frames have a ID field, which helps we know which packet the server/client received. For example, 1 for Hello, 2 for Ack and 3 for Bye. … | |
Hi all, I got a problem with this question: Read the string "hello" include the NULL character in the end of string. How can I do it ? |
The End.