When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
12 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
how do i send a message to the server
To send a message to the server, you can use the write function.
"ssize_t write(int fd, const void *buf, size_t count);"
it does not work
Check DMs
Please use send With the MSG_NOSIGNAL flag
Write is for general purpose file descriptors, send is for sockets.
@vocal cloak
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. You can use !solved to close a post and mark it as solved.
string comparision