I was trying to develop a chat application using C programmable sockets. I need to check whether the stdin buffer has some value in it to send the message to the client/server and receive it. But I don’t know how to check the stdin buffer for values.
Please help.
I was trying to develop a chat application using C programmable sockets. I need
Share
You want
select(2,3p).