S
sangeetha
Hello,
I've assigned to develop a simple chat application using "C" program.
I've written program but missing one thing. Simultaneously both user
can type in their window. But i dont know how to implement this, in
such way that at all the time, same thread/process should be able to
send and recieve message from/to between their desination.
I've written code, in that once the user1 typed the message, it cant
send an another message untill it gets a message from the user2. Becoz
i 've coded as receive and send in user2, and in user1 send and
receive. I believe i've explained my problem.
I think i'm missing some where, can any one point how to achieve this.
Best regards,
Sangeetha.
I've assigned to develop a simple chat application using "C" program.
I've written program but missing one thing. Simultaneously both user
can type in their window. But i dont know how to implement this, in
such way that at all the time, same thread/process should be able to
send and recieve message from/to between their desination.
I've written code, in that once the user1 typed the message, it cant
send an another message untill it gets a message from the user2. Becoz
i 've coded as receive and send in user2, and in user1 send and
receive. I believe i've explained my problem.
I think i'm missing some where, can any one point how to achieve this.
Best regards,
Sangeetha.